ManagementClient Class

 

Represents the operations that are used to manage cloud service operations.

Namespace:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

System::Object
  Hyak.Common::ServiceClient<T>
    Microsoft.WindowsAzure.Management::ManagementClient

public ref class ManagementClient : ServiceClient<ManagementClient^>, 
	IManagementClient, IDisposable

NameDescription
System_CAPS_pubmethodManagementClient()

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethodManagementClient(HttpClient^)

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethodManagementClient(SubscriptionCloudCredentials^)

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethodManagementClient(SubscriptionCloudCredentials^, HttpClient^)

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethodManagementClient(SubscriptionCloudCredentials^, Uri^)

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethodManagementClient(SubscriptionCloudCredentials^, Uri^, HttpClient^)

Initializes a new instance of the ManagementClient class.

NameDescription
System_CAPS_pubpropertyAffinityGroups

Gets the operations that are used to manage affinity groups in a subscription.

System_CAPS_pubpropertyApiVersion

Gets the API version.

System_CAPS_pubpropertyBaseUri

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

System_CAPS_pubpropertyCredentials

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

System_CAPS_pubpropertyHttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protpropertyHttpMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubpropertyLocations

Gets the operations for listing location information.

System_CAPS_pubpropertyLongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubpropertyLongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubpropertyManagementCertificates

Gets the operations for managing management certificates.

System_CAPS_pubpropertyRoleSizes

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

System_CAPS_pubpropertySubscriptions

Gets the operation for listing subscription information.

System_CAPS_pubpropertyUserAgent

(Inherited from ServiceClient<T>.)

NameDescription
System_CAPS_pubmethodAddHandlerToPipeline(DelegatingHandler^)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethodClone(ServiceClient<ManagementClient^>^)

Clones properties from current instance to another ManagementClient instance(Overrides ServiceClient<T>::Clone(ServiceClient<T>^).)

System_CAPS_pubmethodDispose()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHttpPipeline()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethodGetOperationStatusAsync(String^, CancellationToken)

Asynchronously returns the status of the specified operation.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeHttpClient(HttpMessageHandler^)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetRetryPolicy(RetryPolicy^)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWithHandler(DelegatingHandler^)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethodWithHandler(ServiceClient<T>^, DelegatingHandler^)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethodWithHandlers(IEnumerable<DelegatingHandler^>^)

(Inherited from ServiceClient<T>.)

NameDescription
System_CAPS_pubmethodGetOperationStatus(String^)

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

System_CAPS_pubmethodGetOperationStatusAsync(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.

Return to top
Show: