次の方法で共有


BatchUserAccount(String, String) コンストラクター

定義

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

public BatchUserAccount (string name, string password);
new Azure.ResourceManager.Batch.Models.BatchUserAccount : string * string -> Azure.ResourceManager.Batch.Models.BatchUserAccount
Public Sub New (name As String, password As String)

パラメーター

name
String

ユーザー アカウント名。 名前には、最大 20 文字までの任意の Unicode 文字を含めることができます。

password
String

ユーザー アカウントのパスワードです。

例外

name または password が null です。

適用対象