IContainerProperties.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.
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