次の方法で共有


UserIdentity コンストラクター

定義

オーバーロード

UserIdentity(AutoUserSpecification)

UserIdentity クラスの新しいインスタンスを初期化します。

UserIdentity(String)

UserIdentity クラスの新しいインスタンスを初期化します。

UserIdentity(AutoUserSpecification)

ソース:
UserIdentity.cs

UserIdentity クラスの新しいインスタンスを初期化します。

public UserIdentity (Microsoft.Azure.Batch.AutoUserSpecification autoUserSpecification);
new Microsoft.Azure.Batch.UserIdentity : Microsoft.Azure.Batch.AutoUserSpecification -> Microsoft.Azure.Batch.UserIdentity
Public Sub New (autoUserSpecification As AutoUserSpecification)

パラメーター

autoUserSpecification
AutoUserSpecification

タスクを実行する自動ユーザー。

適用対象

UserIdentity(String)

ソース:
UserIdentity.cs

UserIdentity クラスの新しいインスタンスを初期化します。

public UserIdentity (string userName);
new Microsoft.Azure.Batch.UserIdentity : string -> Microsoft.Azure.Batch.UserIdentity
Public Sub New (userName As String)

パラメーター

userName
String

ユーザー ID のユーザー名。

適用対象