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
System_CAPS_pubproperty AffinityGroups

Gets the operations for managing affinity groups in a subscription.

System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty BaseUri

Gets the URI that is used as the base for all operation requests.

System_CAPS_pubproperty Credentials

Gets the credentials that are required to perform operations on subscription resources.

System_CAPS_pubproperty Locations

Gets the operation for listing the available data center locations.

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty ManagementCertificates

Gets the operations for managing management certificates.

System_CAPS_pubproperty RoleSizes

The Service Management API includes operations for listing the available role sizes for VMs in your subscription.

System_CAPS_pubproperty Subscriptions

Gets the operations for listing subscription information.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

System_CAPS_pubmethod GetOperationStatusAsync(String, CancellationToken)

Asynchronously returns the status of the specified operation.

Extension Methods

Name Description
System_CAPS_pubmethod GetOperationStatus(String)

Returns the status of the specified operation.(Defined by ManagementClientExtensions.)

System_CAPS_pubmethod GetOperationStatusAsync(String)

Asynchronously returns the status of the specified operation.(Defined by ManagementClientExtensions.)

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top