次の方法で共有


ArmBatchModelFactory.BatchAccountKeys(String, String, String) メソッド

定義

BatchAccountKeys の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Batch.Models.BatchAccountKeys BatchAccountKeys (string accountName = default, string primary = default, string secondary = default);
static member BatchAccountKeys : string * string * string -> Azure.ResourceManager.Batch.Models.BatchAccountKeys
Public Shared Function BatchAccountKeys (Optional accountName As String = Nothing, Optional primary As String = Nothing, Optional secondary As String = Nothing) As BatchAccountKeys

パラメーター

accountName
String

Batch アカウントの名前。

primary
String

アカウントに関連付けられている主キー。

secondary
String

アカウントに関連付けられているセカンダリ キー。

戻り値

モック作成用の新しい BatchAccountKeys インスタンス。

適用対象