CloudServiceManagementClient Class
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Hyak.Common::ServiceClient<T>
Microsoft.WindowsAzure.Management.Scheduler::CloudServiceManagementClient
| Name | Description | |
|---|---|---|
![]() | CloudServiceManagementClient() | Initializes a new instance of the CloudServiceManagementClient class. |
![]() | CloudServiceManagementClient(HttpClient^) | Initializes a new instance of the CloudServiceManagementClient class. |
![]() | CloudServiceManagementClient(SubscriptionCloudCredentials^) | Initializes a new instance of the CloudServiceManagementClient class. |
![]() | CloudServiceManagementClient(SubscriptionCloudCredentials^, HttpClient^) | Initializes a new instance of the CloudServiceManagementClient class. |
![]() | CloudServiceManagementClient(SubscriptionCloudCredentials^, Uri^) | Initializes a new instance of the CloudServiceManagementClient class. |
![]() | CloudServiceManagementClient(SubscriptionCloudCredentials^, Uri^, HttpClient^) | Initializes a new instance of the CloudServiceManagementClient class. |
| Name | Description | |
|---|---|---|
![]() | ApiVersion | Gets the API version. |
![]() | BaseUri | Gets the URI used as the base for all cloud service requests. |
![]() | CloudServices | |
![]() | Credentials | Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
![]() | HttpClient | (Inherited from ServiceClient<T>.) |
![]() | HttpMessageHandler | (Inherited from ServiceClient<T>.) |
![]() | LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
![]() | LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
![]() | UserAgent | (Inherited from ServiceClient<T>.) |
| Name | Description | |
|---|---|---|
![]() | AddHandlerToPipeline(DelegatingHandler^) | (Inherited from ServiceClient<T>.) |
![]() | Clone(ServiceClient<CloudServiceManagementClient^>^) | Clones properties from current instance to another CloudServiceManagementClient instance(Overrides ServiceClient<T>::Clone(ServiceClient<T>^).) |
![]() | Dispose() | (Inherited from ServiceClient<T>.) |
![]() | EntitleResourceAsync(EntitleResourceParameters^, CancellationToken) | EntitleResource is used only for 3rd party Store providers. Each subscription must be entitled for the resource before creating that particular type of resource. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHttpPipeline() | (Inherited from ServiceClient<T>.) |
![]() | GetOperationStatusAsync(String^, CancellationToken) | The Get Operation Status operation returns the status of thespecified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeHttpClient(HttpMessageHandler^) | (Inherited from ServiceClient<T>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetRetryPolicy(RetryPolicy^) | (Inherited from ServiceClient<T>.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WithHandler(DelegatingHandler^) | (Inherited from ServiceClient<T>.) |
![]() | WithHandler(ServiceClient<T>^, DelegatingHandler^) | (Inherited from ServiceClient<T>.) |
![]() | WithHandlers(IEnumerable<DelegatingHandler^>^) | (Inherited from ServiceClient<T>.) |
| Name | Description | |
|---|---|---|
![]() | EntitleResource(EntitleResourceParameters^) | EntitleResource is used only for 3rd party Store providers. Each subscription must be entitled for the resource before creating that particular type of resource.(Defined by CloudServiceManagementClientExtensions.) |
![]() | EntitleResourceAsync(EntitleResourceParameters^) | EntitleResource is used only for 3rd party Store providers. Each subscription must be entitled for the resource before creating that particular type of resource.(Defined by CloudServiceManagementClientExtensions.) |
![]() | GetOperationStatus(String^) | The Get Operation Status operation returns the status of thespecified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by CloudServiceManagementClientExtensions.) |
![]() | GetOperationStatusAsync(String^) | The Get Operation Status operation returns the status of thespecified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by CloudServiceManagementClientExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



