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 | |
---|---|---|
ApiVersion | Gets the API version. |
|
BaseUri | Gets the URI that is used as the base for all operation requests. |
|
Credentials | Gets the credentials that are required to perform operations on subscription resources. |
|
Deployments | Gets the operations for managing deployments in a cloud service. |
|
DnsServer | The Compute Management API includes operations for managing the dns servers for your subscription. |
|
ExtensionImages | The Service Management API includes operations for managing the service and virtual machine extension images in your publisher subscription. |
|
HostedServices | Gets the operations for managing the cloud services in a subscription. |
|
LoadBalancers | The Compute Management API includes operations for managing the load balancers for your subscription. |
|
LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
|
LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
|
OperatingSystems | Gets the operations for retrieving the version of the Azure Guest Operating System on which an application is running. |
|
ServiceCertificates | Gets the operations for managing service certificates that are associated with a cloud service. |
|
VirtualMachineDisks | Gets the operations for managing Virtual Machine disks in a cloud service deployment. |
|
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) |
|
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) |
|
VirtualMachines | Gets the operations for managing Virtual Machines. |
|
VirtualMachineVMImages | The Service Management API includes operations for managing the virtual machine templates in your subscription. |
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from IDisposable.) |
|
GetOperationStatusAsync(String, CancellationToken) | Asynchronously returns the status of the specified operation. |
Extension Methods
Name | Description | |
---|---|---|
GetOperationStatus(String) | Returns the status of the specified operation.(Defined by ComputeManagementClientExtensions.) |
|
GetOperationStatusAsync(String) | Asynchronously returns the status of the specified operation.(Defined by ComputeManagementClientExtensions.) |
See Also
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top