Compartilhar via


QosDefinition Construtores

Definição

Sobrecargas

QosDefinition()

Inicializa uma nova instância da classe QosDefinition.

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

Inicializa uma nova instância da classe QosDefinition.

QosDefinition()

Inicializa uma nova instância da classe QosDefinition.

public QosDefinition ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe 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)

Parâmetros

markings
IList<Nullable<Int32>>

Lista de marcações a serem usadas na configuração.

sourceIpRanges
IList<QosIpRange>

Intervalos de IP de origem.

destinationIpRanges
IList<QosIpRange>

Intervalos de IP de destino.

sourcePortRanges
IList<QosPortRange>

Intervalos de portas de fontes.

destinationPortRanges
IList<QosPortRange>

Intervalos de portas de destino.

protocol
String

Tipos de protocolo compatíveis com RNM. Os valores possíveis incluem: 'DoNotUse', 'Icmp', 'Tcp', 'Udp', 'Gre', 'Esp', 'Ah', 'Vxlan', 'All'

Aplica-se a