ComputeManagementClient Class

 

Represents the compute management client.

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

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

public class ComputeManagementClient : ServiceClient<ComputeManagementClient>, 
	IComputeManagementClient, IDisposable

NameDescription
System_CAPS_pubmethodComputeManagementClient()

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethodComputeManagementClient(HttpClient)

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethodComputeManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethodComputeManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethodComputeManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethodComputeManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the ComputeManagementClient class.

NameDescription
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 SubscriptionCloudCredentials object that contains the credentials that are required to perform operations on subscription resources.

System_CAPS_pubpropertyDeployments

Gets the IDeploymentOperations object that contains the operations for managing deployments in a cloud service.

System_CAPS_pubpropertyDnsServer

The Compute Management API includes operations for managing the dns servers for your subscription.

System_CAPS_pubpropertyExtensionImages

The Service Management API includes operations for managing the service and virtual machine extension images in your publisher subscription.

System_CAPS_pubpropertyHostedServices

Gets the IHostedServiceOperations object that contains the operations for managing the cloud services in a subscription.

System_CAPS_pubpropertyHttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protpropertyHttpMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubpropertyLoadBalancers

The Compute Management API includes operations for managing the load balancers for your subscription.

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_pubpropertyOperatingSystems

Gets the IOperatingSystemOperations object that contains the operations for retrieving the version of the Azure Guest Operating System on which an application is running.

System_CAPS_pubpropertyServiceCertificates

Gets the IServiceCertificateOperations object that contains the operations for managing service certificates that are associated with a cloud service.

System_CAPS_pubpropertyUserAgent

(Inherited from ServiceClient<T>.)

System_CAPS_pubpropertyVirtualMachineDisks

Gets the IVirtualMachineDiskOperations object that contains the operations for managing Virtual Machine disks in a cloud service deployment.

System_CAPS_pubpropertyVirtualMachineExtensions

The Service Management API includes operations for managing the virtual machine extensions in your subscription. (see http://msdn.microsoft.com/library/windowsazure/jj157206.aspx for more information)

System_CAPS_pubpropertyVirtualMachineOSImages

The Service Management API includes operations for managing the OS images in your subscription. (see http://msdn.microsoft.com/library/windowsazure/jj157175.aspx for more information)

System_CAPS_pubpropertyVirtualMachines

Gets the IVirtualMachineOperations object that contains the operations for managing Virtual Machines.

System_CAPS_pubpropertyVirtualMachineVMImages

The Service Management API includes operations for managing the virtual machine templates in your subscription.

NameDescription
System_CAPS_pubmethodAddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethodClone(ServiceClient<ComputeManagementClient>)

Clones properties from current instance to another ComputeManagementClient 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 ComputeManagementClientExtensions.)

System_CAPS_pubmethodGetOperationStatusAsync(String)

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

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: