Compartilhar via


ILinuxConfiguration.DisablePasswordAuthentication Property

Definition

Specifies whether password authentication should be disabled.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="Specifies whether password authentication should be disabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="disablePasswordAuthentication", Update=true)]
public bool? DisablePasswordAuthentication { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="Specifies whether password authentication should be disabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="disablePasswordAuthentication", Update=true)>]
member this.DisablePasswordAuthentication : Nullable<bool> with get, set
Public Property DisablePasswordAuthentication As Nullable(Of Boolean)

Property Value

Attributes

Applies to