次の方法で共有


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

適用対象