ManagedClusterWindowsProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ManagedClusterWindowsProfile() |
ManagedClusterWindowsProfile クラスの新しいインスタンスを初期化します。 |
ManagedClusterWindowsProfile(String, String, LicenseType) |
ManagedClusterWindowsProfile クラスの新しいインスタンスを初期化します。 |
ManagedClusterWindowsProfile()
ManagedClusterWindowsProfile クラスの新しいインスタンスを初期化します。
public ManagedClusterWindowsProfile ();
Public Sub New ()
適用対象
ManagedClusterWindowsProfile(String, String, LicenseType)
ManagedClusterWindowsProfile クラスの新しいインスタンスを初期化します。
public ManagedClusterWindowsProfile (string adminUsername, string adminPassword = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.LicenseType licenseType = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterWindowsProfile : string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.LicenseType -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterWindowsProfile
Public Sub New (adminUsername As String, Optional adminPassword As String = Nothing, Optional licenseType As LicenseType = Nothing)
パラメーター
- adminUsername
- String
管理者アカウントの名前を指定します。 <br><br>制限: "" で終わることはできません。 <> br><不許可の値: "administrator"、"admin"、"user"、"user1"、"test"、"user2"、"test1"、"user3"、"admin1"、 "1"、"123"、"a"、"actuser"、"adm"、"admin2"、"aspnet"、"backup"、"console"、"david"、"guest"、"john"、"owner"、"root"、"server"、"sql"、"support"、"support_388945a0"、"sys"、"sys"、"test3"、"user4"、"user5"。 <br><br>最小長: 1 文字 <br><br>最大長: 20 文字
- adminPassword
- String
管理者アカウントのパスワードを指定します。 <br><br>Minimum-length: 8 characters <br>><Max-length: 123 characters <br br><>complexity requirements: 以下の 4 つの条件のうち 3 つを満たす<必要があります br> Has lower characters <br>Has upper characters <br> Has a digit br Has a digit <br> Has a special character (Regex match [\W_]) <br><br disallowed>values: "abc@123"、"P@$$w 0rd"、"P@ssw0rd"、"P@ssword123"、"Pa$$word"、"pass@word1"、"Password!"、"Password1"、"Password22"、"iloveyou!"
- licenseType
- LicenseType
Windows VM に使用する licenseType。 Windows_Serverは、Windows VM の Azure ハイブリッド ユーザー特典を有効にするために使用されます。 指定できる値は、'None'、'Windows_Server' です。
適用対象
Azure SDK for .NET