ITriggeredWebJobProperties.PublicNetworkAccess 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.
Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Property to allow or block all public traffic. 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="Property to allow or block all public traffic. 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