次の方法で共有


AzureFirewallNatRule.DestinationAddresses プロパティ

定義

この規則の宛先 IP アドレスの一覧を取得または設定します。 IP 範囲、プレフィックス、およびサービス タグをサポートします。

[Newtonsoft.Json.JsonProperty(PropertyName="destinationAddresses")]
public System.Collections.Generic.IList<string> DestinationAddresses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="destinationAddresses")>]
member this.DestinationAddresses : System.Collections.Generic.IList<string> with get, set
Public Property DestinationAddresses As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象