ManagementClient Class
Represents the operations that are used to manage cloud service operations.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ManagementClient() | Initializes a new instance of the ManagementClient class. |
![]() | ManagementClient(HttpClient^) | Initializes a new instance of the ManagementClient class. |
![]() | ManagementClient(SubscriptionCloudCredentials^) | Initializes a new instance of the ManagementClient class. |
![]() | ManagementClient(SubscriptionCloudCredentials^, HttpClient^) | Initializes a new instance of the ManagementClient class. |
![]() | ManagementClient(SubscriptionCloudCredentials^, Uri^) | Initializes a new instance of the ManagementClient class. |
![]() | ManagementClient(SubscriptionCloudCredentials^, Uri^, HttpClient^) | Initializes a new instance of the ManagementClient class. |
| Name | Description | |
|---|---|---|
![]() | AffinityGroups | Gets the operations that are used to manage affinity groups in a subscription. |
![]() | ApiVersion | Gets the API version. |
![]() | BaseUri | Gets the URI that is used as the base for all operation requests. |
![]() | Credentials | Gets the credentials that are required to perform operations on subscription resources. |
![]() | HttpClient | (Inherited from ServiceClient<T>.) |
![]() | HttpMessageHandler | (Inherited from ServiceClient<T>.) |
![]() | Locations | Gets the operations for listing location information. |
![]() | LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
![]() | LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
![]() | ManagementCertificates | Gets the operations for managing management certificates. |
![]() | RoleSizes | The Service Management API includes operations for listing the available role sizes for VMs in your subscription. |
![]() | Subscriptions | Gets the operation for listing subscription information. |
![]() | UserAgent | (Inherited from ServiceClient<T>.) |
| Name | Description | |
|---|---|---|
![]() | AddHandlerToPipeline(DelegatingHandler^) | (Inherited from ServiceClient<T>.) |
![]() | Clone(ServiceClient<ManagementClient^>^) | Clones properties from current instance to another ManagementClient instance(Overrides ServiceClient<T>::Clone(ServiceClient<T>^).) |
![]() | Dispose() | (Inherited from ServiceClient<T>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHttpPipeline() | (Inherited from ServiceClient<T>.) |
![]() | GetOperationStatusAsync(String^, CancellationToken) | Asynchronously returns the status of the specified operation. |
![]() | 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 | |
|---|---|---|
![]() | GetOperationStatus(String^) | Returns the status of the specified operation.(Defined by ManagementClientExtensions.) |
![]() | GetOperationStatusAsync(String^) | Asynchronously returns the status of the specified operation.(Defined by ManagementClientExtensions.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



