Sdílet prostřednictvím


StorageAccount.DefaultToOAuthAuthentication Property

Definition

Gets or sets a boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultToOAuthAuthentication")]
public bool? DefaultToOAuthAuthentication { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.defaultToOAuthAuthentication")>]
member this.DefaultToOAuthAuthentication : Nullable<bool> with get, set
Public Property DefaultToOAuthAuthentication As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to