次の方法で共有


BatchNetworkSecurityGroupRule.SourcePortRanges プロパティ

定義

有効な値は、'*' (すべてのポート 0 から 65535) またはポートまたはポート範囲の配列 (つまり、100 から 200) です。 ポートは 0 から 65535 の範囲である必要があり、ポート範囲またはポートは重複できません。 他の値が指定されている場合、要求は HTTP 状態コード 400 で失敗します。 既定値は *です。

public System.Collections.Generic.IList<string> SourcePortRanges { get; }
member this.SourcePortRanges : System.Collections.Generic.IList<string>
Public ReadOnly Property SourcePortRanges As IList(Of String)

プロパティ値

適用対象