IAccountOperations.SyncAutoStorageKeysAsync Method (String, String, CancellationToken)
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
Task<AzureOperationResponse> SyncAutoStorageKeysAsync(
string resourceGroupName,
string accountName,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ SyncAutoStorageKeysAsync(
String^ resourceGroupName,
String^ accountName,
CancellationToken cancellationToken
)
abstract SyncAutoStorageKeysAsync :
resourceGroupName:string *
accountName:string *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function SyncAutoStorageKeysAsync (
resourceGroupName As String,
accountName As String,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group that contains the Batch account.
accountName
Type: System.StringThe name of the Batch account.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace
Return to top