AccountOperationsExtensions Class

 

Extension methods for AccountOperations.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Batch.AccountOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginCreate(IAccountOperations, String, String, BatchAccountCreateParameters)

Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with this API and should instead be updated with the Update Batch Account API.

System_CAPS_pubmethodSystem_CAPS_static BeginCreateAsync(IAccountOperations, String, String, BatchAccountCreateParameters, CancellationToken)

Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with this API and should instead be updated with the Update Batch Account API.

System_CAPS_pubmethodSystem_CAPS_static BeginDelete(IAccountOperations, String, String)

Deletes the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static BeginDeleteAsync(IAccountOperations, String, String, CancellationToken)

Deletes the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static Create(IAccountOperations, String, String, BatchAccountCreateParameters)

Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with this API and should instead be updated with the Update Batch Account API.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IAccountOperations, String, String, BatchAccountCreateParameters, CancellationToken)

Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with this API and should instead be updated with the Update Batch Account API.

System_CAPS_pubmethodSystem_CAPS_static Delete(IAccountOperations, String, String)

Deletes the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IAccountOperations, String, String, CancellationToken)

Deletes the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static Get(IAccountOperations, String, String)

Gets information about the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IAccountOperations, String, String, CancellationToken)

Gets information about the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static List(IAccountOperations)

Gets information about the Batch accounts associated with the subscription.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IAccountOperations, CancellationToken)

Gets information about the Batch accounts associated with the subscription.

System_CAPS_pubmethodSystem_CAPS_static ListByResourceGroup(IAccountOperations, String)

Gets information about the Batch accounts associated within the specified resource group.

System_CAPS_pubmethodSystem_CAPS_static ListByResourceGroupAsync(IAccountOperations, String, CancellationToken)

Gets information about the Batch accounts associated within the specified resource group.

System_CAPS_pubmethodSystem_CAPS_static ListByResourceGroupNext(IAccountOperations, String)

Gets information about the Batch accounts associated within the specified resource group.

System_CAPS_pubmethodSystem_CAPS_static ListByResourceGroupNextAsync(IAccountOperations, String, CancellationToken)

Gets information about the Batch accounts associated within the specified resource group.

System_CAPS_pubmethodSystem_CAPS_static ListKeys(IAccountOperations, String, String)

Lists the account keys for the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static ListKeysAsync(IAccountOperations, String, String, CancellationToken)

Lists the account keys for the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static ListNext(IAccountOperations, String)

Gets information about the Batch accounts associated with the subscription.

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IAccountOperations, String, CancellationToken)

Gets information about the Batch accounts associated with the subscription.

System_CAPS_pubmethodSystem_CAPS_static RegenerateKey(IAccountOperations, String, String, BatchAccountRegenerateKeyParameters)

Regenerates the specified account key for the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static RegenerateKeyAsync(IAccountOperations, String, String, BatchAccountRegenerateKeyParameters, CancellationToken)

Regenerates the specified account key for the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static SynchronizeAutoStorageKeys(IAccountOperations, String, String)

Synchronizes access keys for the auto storage account configured for the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static SynchronizeAutoStorageKeysAsync(IAccountOperations, String, String, CancellationToken)

Synchronizes access keys for the auto storage account configured for the specified Batch account.

System_CAPS_pubmethodSystem_CAPS_static Update(IAccountOperations, String, String, BatchAccountUpdateParameters)

Updates the properties of an existing Batch account.

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IAccountOperations, String, String, BatchAccountUpdateParameters, CancellationToken)

Updates the properties of an existing Batch account.

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