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