Dela via


BatchAccountOperationsExtensions.SynchronizeAutoStorageKeys Metod

Definition

Synkroniserar åtkomstnycklar för det automatiskt lagringskonto som konfigurerats för det angivna Batch-kontot, endast om lagringsnyckelautentisering används.

public static void SynchronizeAutoStorageKeys (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName);
static member SynchronizeAutoStorageKeys : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string -> unit
<Extension()>
Public Sub SynchronizeAutoStorageKeys (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String)

Parametrar

operations
IBatchAccountOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som innehåller Batch-kontot.

accountName
String

Namnet på Batch-kontot.

Gäller för