CreateOrUpdateKubeBase.WindowsProfileAdminUserPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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