Share via


AutomationAccountCreateOrUpdateParameters.PublicNetworkAccess Property

Definition

Gets or sets indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicNetworkAccess")]
public bool? PublicNetworkAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicNetworkAccess")>]
member this.PublicNetworkAccess : Nullable<bool> with get, set
Public Property PublicNetworkAccess As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to