AccountOperationsExtensions.SyncAutoStorageKeysAsync Method (IAccountOperations, String, String)

 

The SyncAutoStorageKeys operation synchronizes access keys for the auto storage account configured for the specified Batch account.

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

Syntax

public static Task<AzureOperationResponse> SyncAutoStorageKeysAsync(
    this IAccountOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ SyncAutoStorageKeysAsync(
    IAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member SyncAutoStorageKeysAsync : 
        operations:IAccountOperations *
        resourceGroupName:string *
        accountName:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function SyncAutoStorageKeysAsync (
    operations As IAccountOperations,
    resourceGroupName As String,
    accountName As String
) As Task(Of AzureOperationResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group that contains the Batch account.

  • accountName
    Type: System.String

    Required. The name of the Batch account.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top