StorageManagementClientExtensions Class
Represents the extensions for a storage account client management.
Namespace: Microsoft.WindowsAzure.Management.Storage
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Storage.StorageManagementClientExtensions
Syntax
public static class StorageManagementClientExtensions
[ExtensionAttribute]
public ref class StorageManagementClientExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type StorageManagementClientExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class StorageManagementClientExtensions
Methods
Name | Description | |
---|---|---|
GetOperationStatus(IStorageManagementClient, String) | Retrieves the status of an operation. |
|
GetOperationStatusAsync(IStorageManagementClient, String) | Asynchronously retrieves the status of an 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.Storage Namespace
Return to top