AccountOperationsExtensions.SyncAutoStorageKeys 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 AzureOperationResponse SyncAutoStorageKeys(
    this IAccountOperations operations,
    string resourceGroupName,
    string accountName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ SyncAutoStorageKeys(
    IAccountOperations^ operations,
    String^ resourceGroupName,
    String^ accountName
)
static member SyncAutoStorageKeys : 
        operations:IAccountOperations *
        resourceGroupName:string *
        accountName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function SyncAutoStorageKeys (
    operations As IAccountOperations,
    resourceGroupName As String,
    accountName As String
) As 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: Microsoft.Azure.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