StorageAccount.DefaultToOAuthAuthentication プロパティ

定義

既定の認証が OAuth かどうかを示すブール型のフラグを取得または設定します。 このプロパティの既定の解釈は false です。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象