ComputeManagementClient Class

 

Represents the compute management client.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ComputeManagementClient()

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethod ComputeManagementClient(HttpClient)

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethod ComputeManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethod ComputeManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethod ComputeManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the ComputeManagementClient class.

System_CAPS_pubmethod ComputeManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the ComputeManagementClient class.

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

System_CAPS_pubproperty Deployments

Gets the IDeploymentOperations object that contains 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 IHostedServiceOperations object that contains the operations for managing the cloud services in a subscription.

System_CAPS_pubproperty HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

(Inherited from ServiceClient<T>.)

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

System_CAPS_pubproperty ServiceCertificates

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

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty VirtualMachineDisks

Gets the IVirtualMachineDiskOperations object that contains 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 IVirtualMachineOperations object that contains 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 AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Clone(ServiceClient<ComputeManagementClient>)

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

System_CAPS_pubmethod GetOperationStatusAsync(String)

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

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.Compute Namespace

Return to top