StorageAccount.AllowSharedKeyAccess プロパティ

定義

取得または設定は、ストレージ アカウントが共有キーを介してアカウント アクセス キーを使用して要求を承認することを許可するかどうかを示します。 false の場合、共有アクセス署名を含むすべての要求が Azure Active Directory (Azure AD) で承認されている必要があります。 既定値は null で、true と同じです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象