ManagementClientExtensions Class

 

Represents the extensions for client management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.ManagementClientExtensions

Syntax

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

Methods

Name Description
GetOperationStatus(IManagementClient, String)

Returns the status of the specified operation.

GetOperationStatusAsync(IManagementClient, 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 Namespace

Return to top