Condividi tramite


IBlobContainer.ContainerPropertyPublicAccess Property

Definition

Specifies whether data in the container may be accessed publicly and the level of access.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Specifies whether data in the container may be accessed publicly and the level of access.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess) }, ReadOnly=false, Required=false, SerializedName="publicAccess")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess? ContainerPropertyPublicAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Specifies whether data in the container may be accessed publicly and the level of access.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess) }, ReadOnly=false, Required=false, SerializedName="publicAccess")>]
member this.ContainerPropertyPublicAccess : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess> with get, set
Public Property ContainerPropertyPublicAccess As Nullable(Of PublicAccess)

Property Value

Attributes

Applies to