StorageAccount.AllowBlobPublicAccess プロパティ

定義

ストレージ アカウント内のすべての BLOB またはコンテナーへのパブリック アクセスを許可または禁止するを取得または設定します。 このプロパティの既定の解釈は true です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象