共用方式為


ListContainerItem.PublicAccess Property

Definition

Gets or sets specifies whether data in the container may be accessed publicly and the level of access. Possible values include: 'Container', 'Blob', 'None'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to