次の方法で共有


BatchAccountOperationsExtensions.SynchronizeAutoStorageKeys メソッド

定義

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

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)

パラメーター

operations
IBatchAccountOperations

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

resourceGroupName
String

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

accountName
String

Batch アカウントの名前。

適用対象