次の方法で共有


BlobContainerInner.PublicAccess プロパティ

定義

コンテナー内のデータにパブリックにアクセスできるかどうかを示し、アクセス レベルを取得または設定します。 使用できる値は、'Container'、'Blob'、'None' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicAccess")]
public Microsoft.Azure.Management.Storage.Fluent.Models.PublicAccess? PublicAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicAccess")>]
member this.PublicAccess : Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.PublicAccess> with get, set
Public Property PublicAccess As Nullable(Of PublicAccess)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象