Share via


IStaticSitePatchResource.PublicNetworkAccess Property

Definition

State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="publicNetworkAccess")]
public string PublicNetworkAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="State indicating whether public traffic are allowed or not for a static web app. Allowed Values: 'Enabled', 'Disabled' or an empty string.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="publicNetworkAccess")>]
member this.PublicNetworkAccess : string with get, set
Public Property PublicNetworkAccess As String

Property Value

Attributes

Applies to