Partager via


IListContainerItem.PublicAccess 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? PublicAccess { 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.PublicAccess : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.PublicAccess> with get, set
Public Property PublicAccess As Nullable(Of PublicAccess)

Property Value

Attributes

Applies to