DatabaseAccountCreateUpdateParameters.DisableLocalAuth プロパティ

定義

ローカル認証のオプトアウトを取得または設定し、MSI と AAD のみを認証専用に使用できるようにします。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象