UserAccount コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UserAccount() |
クラスのモックをサポートする既定の UserAccount コンストラクター。 |
UserAccount(String, String, Nullable<ElevationLevel>, LinuxUserConfiguration, WindowsUserConfiguration) |
UserAccount クラスの新しいインスタンスを初期化します。 |
UserAccount()
- ソース:
- UserAccount.cs
クラスのモックをサポートする既定の UserAccount コンストラクター。
protected UserAccount ();
Protected Sub New ()
適用対象
UserAccount(String, String, Nullable<ElevationLevel>, LinuxUserConfiguration, WindowsUserConfiguration)
- ソース:
- UserAccount.cs
UserAccount クラスの新しいインスタンスを初期化します。
public UserAccount (string name, string password, Microsoft.Azure.Batch.Common.ElevationLevel? elevationLevel = default, Microsoft.Azure.Batch.LinuxUserConfiguration linuxUserConfiguration = default, Microsoft.Azure.Batch.WindowsUserConfiguration windowsUserConfiguration = default);
new Microsoft.Azure.Batch.UserAccount : string * string * Nullable<Microsoft.Azure.Batch.Common.ElevationLevel> * Microsoft.Azure.Batch.LinuxUserConfiguration * Microsoft.Azure.Batch.WindowsUserConfiguration -> Microsoft.Azure.Batch.UserAccount
Public Sub New (name As String, password As String, Optional elevationLevel As Nullable(Of ElevationLevel) = Nothing, Optional linuxUserConfiguration As LinuxUserConfiguration = Nothing, Optional windowsUserConfiguration As WindowsUserConfiguration = Nothing)
パラメーター
- name
- String
ユーザー アカウント名。
- password
- String
ユーザー アカウントのパスワードです。
- elevationLevel
- Nullable<ElevationLevel>
ユーザー アカウントの昇格レベル。
- linuxUserConfiguration
- LinuxUserConfiguration
Linux ノードでユーザー アカウントを作成するために使用される追加のプロパティ。
- windowsUserConfiguration
- WindowsUserConfiguration
ユーザー アカウントの Windows 固有のユーザー構成。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET