次の方法で共有


NetworkSecurityRule.SourcePortRanges プロパティ

定義

ソース ポート範囲を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象