IComputeManagementClient Interface

 

Represents the interface for the operations that are used to manage compute clients.

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

Public Interface IComputeManagementClient
	Inherits IDisposable

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 credentials that are required to perform operations on subscription resources.

System_CAPS_pubpropertyDeployments

Gets 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 operations for managing the cloud services in a subscription.

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 operations for retrieving the version of the Azure Guest Operating System on which an application is running.

System_CAPS_pubpropertyServiceCertificates

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

System_CAPS_pubpropertyVirtualMachineDisks

Gets 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 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_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodGetOperationStatusAsync(String, CancellationToken)

Asynchronously returns the status of the specified operation.

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

Return to top
Show: