次の方法で共有


SecurityRule.DestinationPortRange プロパティ

定義

宛先ポートまたは範囲を取得または設定します。 0 から 65535 までの整数または範囲。 アスタリスク '*' を使用して、すべてのポートを照合することもできます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.destinationPortRange")]
public string DestinationPortRange { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.destinationPortRange")>]
member this.DestinationPortRange : string with get, set
Public Property DestinationPortRange As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象