Compartir a través de


QosDefinition Constructores

Definición

Sobrecargas

QosDefinition()

Inicializa una nueva instancia de la clase QosDefinition.

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

Inicializa una nueva instancia de la clase QosDefinition.

QosDefinition()

Inicializa una nueva instancia de la clase QosDefinition.

public QosDefinition ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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 marcas que se van a usar en la configuración.

sourceIpRanges
IList<QosIpRange>

Intervalos IP de origen.

destinationIpRanges
IList<QosIpRange>

Intervalos IP de destino.

sourcePortRanges
IList<QosPortRange>

Intervalos de puertos de orígenes.

destinationPortRanges
IList<QosPortRange>

Intervalos de puertos de destino.

protocol
String

Tipos de protocolo compatibles con RNM. Entre los valores posibles se incluyen: "DoNotUse", "Icmp", "Tcp", "Udp", "Gre", "Esp", "Ah", "Vxlan", "All".

Se aplica a