IManagementClient Interface
Represents the interface for operations that are used to manage cloud service operations.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public interface IManagementClient : IDisposable
public interface class IManagementClient : IDisposable
type IManagementClient =
interface
interface IDisposable
end
Public Interface IManagementClient
Inherits IDisposable
Properties
Name | Description | |
---|---|---|
AffinityGroups | Gets the operations for managing 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. |
|
Locations | Gets the operation for listing the available data center locations. |
|
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 operations for listing subscription information. |
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from IDisposable.) |
|
GetOperationStatusAsync(String, CancellationToken) | Asynchronously returns the status of the specified operation. |
Extension Methods
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.) |
See Also
Microsoft.WindowsAzure.Management Namespace
Return to top