次の方法で共有


BatchAccountOperationsExtensions.SynchronizeAutoStorageKeysAsync メソッド

定義

ストレージ キー認証が使用されている場合にのみ、指定した Batch アカウント用に構成された自動ストレージ アカウントのアクセス キーを同期します。

public static System.Threading.Tasks.Task SynchronizeAutoStorageKeysAsync (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member SynchronizeAutoStorageKeysAsync : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SynchronizeAutoStorageKeysAsync (operations As IBatchAccountOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IBatchAccountOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Batch アカウントを含むリソース グループの名前。

accountName
String

Batch アカウントの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象