次の方法で共有


IAzureActiveDirectoryLogin.DisableWwwAuthenticate Property

Definition

true if the www-authenticate provider should be omitted from the request; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="<code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="disableWWWAuthenticate")]
public bool? DisableWwwAuthenticate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="<code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="disableWWWAuthenticate")>]
member this.DisableWwwAuthenticate : Nullable<bool> with get, set
Public Property DisableWwwAuthenticate As Nullable(Of Boolean)

Property Value

Attributes

Applies to