次の方法で共有


SecurityRule.SourcePortRange プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象