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)

Syntax

public interface IComputeManagementClient : IDisposable
public interface class IComputeManagementClient : IDisposable
type IComputeManagementClient = 
    interface
        interface IDisposable
    end
Public Interface IComputeManagementClient
    Inherits IDisposable

Properties

Name Description
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 Deployments

Gets the operations for managing deployments in a cloud service.

System_CAPS_pubproperty DnsServer

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

System_CAPS_pubproperty ExtensionImages

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

System_CAPS_pubproperty HostedServices

Gets the operations for managing the cloud services in a subscription.

System_CAPS_pubproperty LoadBalancers

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

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 OperatingSystems

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

System_CAPS_pubproperty ServiceCertificates

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

System_CAPS_pubproperty VirtualMachineDisks

Gets the operations for managing Virtual Machine disks in a cloud service deployment.

System_CAPS_pubproperty VirtualMachineExtensions

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

System_CAPS_pubproperty VirtualMachineOSImages

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

System_CAPS_pubproperty VirtualMachines

Gets the operations for managing Virtual Machines.

System_CAPS_pubproperty VirtualMachineVMImages

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

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

System_CAPS_pubmethod GetOperationStatusAsync(String)

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

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top