UserIdentity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 のユーザー名。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET