ComputeManagementClientExtensions Class

 

Represents the extensions for client management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.ComputeManagementClientExtensions

Syntax

public static class ComputeManagementClientExtensions
[ExtensionAttribute]
public ref class ComputeManagementClientExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ComputeManagementClientExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ComputeManagementClientExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetOperationStatus(IComputeManagementClient, String)

Returns the status of the specified operation.

System_CAPS_pubmethodSystem_CAPS_static GetOperationStatusAsync(IComputeManagementClient, String)

Asynchronously returns the status of the specified operation.

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