AzureStorageContainer.PublicAccess Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the public access level of CloudBlobContainer
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="PublicAccess", Position=1, TableColumnWidth=20, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType? PublicAccess { get; }
public Microsoft.WindowsAzure.Storage.Blob.BlobContainerPublicAccessType? PublicAccess { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="PublicAccess", Position=1, TableColumnWidth=20, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.PublicAccess : Nullable<Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType>
member this.PublicAccess : Nullable<Microsoft.WindowsAzure.Storage.Blob.BlobContainerPublicAccessType>
Public ReadOnly Property PublicAccess As Nullable(Of BlobContainerPublicAccessType)
Property Value
- Attributes