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)

Inheritance Hierarchy

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

Syntax

public class ManagementClient : ServiceClient<ManagementClient>, 
    IManagementClient, IDisposable
public ref class ManagementClient : ServiceClient<ManagementClient^>, 
    IManagementClient, IDisposable
type ManagementClient = 
    class
        inherit ServiceClient<ManagementClient>
        interface IManagementClient
        interface IDisposable
    end
Public Class ManagementClient
    Inherits ServiceClient(Of ManagementClient)
    Implements IManagementClient, IDisposable

Constructors

Name Description
System_CAPS_pubmethod ManagementClient()

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethod ManagementClient(HttpClient)

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethod ManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethod ManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethod ManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the ManagementClient class.

System_CAPS_pubmethod ManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the ManagementClient class.

Properties

Name Description
System_CAPS_pubproperty AffinityGroups

Gets the operations that are used to manage 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 HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty Locations

Gets the operations for listing location information.

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 operation for listing subscription information.

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

Methods

Name Description
System_CAPS_pubmethod AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Clone(ServiceClient<ManagementClient>)

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

System_CAPS_pubmethod Dispose()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHttpPipeline()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod GetOperationStatusAsync(String, CancellationToken)

Asynchronously returns the status of the specified operation.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpMessageHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WithHandler(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod WithHandler(ServiceClient<T>, DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod WithHandlers(IEnumerable<DelegatingHandler>)

(Inherited from ServiceClient<T>.)

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.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top