次の方法で共有


QosDefinition コンストラクター

定義

オーバーロード

QosDefinition()

QosDefinition クラスの新しいインスタンスを初期化します。

QosDefinition(IList<Nullable<Int32>>, IList<QosIpRange>, IList<QosIpRange>, IList<QosPortRange>, IList<QosPortRange>, String)

QosDefinition クラスの新しいインスタンスを初期化します。

QosDefinition()

QosDefinition クラスの新しいインスタンスを初期化します。

public QosDefinition ();
Public Sub New ()

適用対象

QosDefinition(IList<Nullable<Int32>>, IList<QosIpRange>, IList<QosIpRange>, IList<QosPortRange>, IList<QosPortRange>, String)

QosDefinition クラスの新しいインスタンスを初期化します。

public QosDefinition (System.Collections.Generic.IList<int?> markings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosIpRange> sourceIpRanges = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosIpRange> destinationIpRanges = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosPortRange> sourcePortRanges = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosPortRange> destinationPortRanges = default, string protocol = default);
new Microsoft.Azure.Management.Network.Models.QosDefinition : System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosIpRange> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosIpRange> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosPortRange> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosPortRange> * string -> Microsoft.Azure.Management.Network.Models.QosDefinition
Public Sub New (Optional markings As IList(Of Nullable(Of Integer)) = Nothing, Optional sourceIpRanges As IList(Of QosIpRange) = Nothing, Optional destinationIpRanges As IList(Of QosIpRange) = Nothing, Optional sourcePortRanges As IList(Of QosPortRange) = Nothing, Optional destinationPortRanges As IList(Of QosPortRange) = Nothing, Optional protocol As String = Nothing)

パラメーター

markings
IList<Nullable<Int32>>

構成で使用するマーキングの一覧。

sourceIpRanges
IList<QosIpRange>

ソース IP 範囲。

destinationIpRanges
IList<QosIpRange>

宛先 IP 範囲。

sourcePortRanges
IList<QosPortRange>

ソースのポート範囲。

destinationPortRanges
IList<QosPortRange>

宛先ポート範囲。

protocol
String

RNM でサポートされているプロトコルの種類。 使用できる値は、'DoNotUse'、'Icmp'、'Tcp'、'Udp'、'Gre'、'Esp'、'Ah'、'Vxlan'、'All' です。

適用対象