共用方式為


AutomationAccountUpdateParameters.PublicNetworkAccess 屬性

定義

取得或設定指出是否允許來自公用網際網路的非 ARM 端點上的流量 (Webhook/Agent)

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於