你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateOrUpdateKubeBase.WindowsProfileAdminUserPassword Property

Definition

[Microsoft.Azure.Commands.Aks.Utils.ValidateSecureString(ParameterName="WindowsProfileAdminUserPassword", RegularExpression="^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$")]
[System.Management.Automation.Parameter(HelpMessage="The administrator password to use for Windows VMs. Password requirement:At least one lower case, one upper case, one special character !@#$%^&*(), the minimum lenth is 12.", Mandatory=false)]
public System.Security.SecureString WindowsProfileAdminUserPassword { get; set; }
[<Microsoft.Azure.Commands.Aks.Utils.ValidateSecureString(ParameterName="WindowsProfileAdminUserPassword", RegularExpression="^(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%\^&\*\(\)])[a-zA-Z\d!@#$%\^&\*\(\)]{12,123}$")>]
[<System.Management.Automation.Parameter(HelpMessage="The administrator password to use for Windows VMs. Password requirement:At least one lower case, one upper case, one special character !@#$%^&*(), the minimum lenth is 12.", Mandatory=false)>]
member this.WindowsProfileAdminUserPassword : System.Security.SecureString with get, set
Public Property WindowsProfileAdminUserPassword As SecureString

Property Value

Attributes

Applies to