IServerPropertiesForDefaultCreate.AdministratorLoginPassword Property

Definition

The password of the administrator login.

[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The password of the administrator login.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="administratorLoginPassword")]
public string AdministratorLoginPassword { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The password of the administrator login.", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, ReadOnly=false, Required=true, SerializedName="administratorLoginPassword")]
public System.Security.SecureString AdministratorLoginPassword { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The password of the administrator login.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="administratorLoginPassword")>]
member this.AdministratorLoginPassword : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Runtime.Info(Description="The password of the administrator login.", PossibleTypes=new System.Type[] { typeof(System.Security.SecureString) }, ReadOnly=false, Required=true, SerializedName="administratorLoginPassword")>]
member this.AdministratorLoginPassword : System.Security.SecureString with get, set
Public Property AdministratorLoginPassword As String
Public Property AdministratorLoginPassword As SecureString

Property Value

Attributes

Applies to