BatchManagementClientExtensions Class

 

Namespace:   Microsoft.Azure.Management.Batch
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Batch.BatchManagementClientExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetAccountCreateOperationStatus(IBatchManagementClient, String)

The Get Account Create Operation Status operation returns the status of the account creation operation. After calling an asynchronous operation, you can call this method to determine whether the operation has succeeded, failed, or is still in progress.

System_CAPS_pubmethodSystem_CAPS_static GetAccountCreateOperationStatusAsync(IBatchManagementClient, String)

The Get Account Create Operation Status operation returns the status of the account creation operation. After calling an asynchronous operation, you can call this method to determine whether the operation has succeeded, failed, or is still in progress.

System_CAPS_pubmethodSystem_CAPS_static GetAccountDeleteOperationStatus(IBatchManagementClient, String)

The Get Delete Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Delete Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

System_CAPS_pubmethodSystem_CAPS_static GetAccountDeleteOperationStatusAsync(IBatchManagementClient, String)

The Get Delete Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Delete Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

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.Azure.Management.Batch Namespace

Return to top