DscpConfiguration Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DscpConfiguration() |
Inicializa uma nova instância da classe DscpConfiguration. |
DscpConfiguration(String, String, String, String, IDictionary<String, String>, IList<Nullable<Int32>>, IList<QosIpRange>, IList<QosIpRange>, IList<QosPortRange>, IList<QosPortRange>, String, IList<QosDefinition>, String, IList<NetworkInterface>, String, String, String) |
Inicializa uma nova instância da classe DscpConfiguration. |
DscpConfiguration()
Inicializa uma nova instância da classe DscpConfiguration.
public DscpConfiguration ();
Public Sub New ()
Aplica-se a
DscpConfiguration(String, String, String, String, IDictionary<String, String>, IList<Nullable<Int32>>, IList<QosIpRange>, IList<QosIpRange>, IList<QosPortRange>, IList<QosPortRange>, String, IList<QosDefinition>, String, IList<NetworkInterface>, String, String, String)
Inicializa uma nova instância da classe DscpConfiguration.
public DscpConfiguration (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, 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, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosDefinition> qosDefinitionCollection = default, string qosCollectionId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> associatedNetworkInterfaces = default, string resourceGuid = default, string provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.DscpConfiguration : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * 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 * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.QosDefinition> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> * string * string * string -> Microsoft.Azure.Management.Network.Models.DscpConfiguration
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, 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, Optional qosDefinitionCollection As IList(Of QosDefinition) = Nothing, Optional qosCollectionId As String = Nothing, Optional associatedNetworkInterfaces As IList(Of NetworkInterface) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)
Parâmetros
- id
- String
ID do recurso.
- name
- String
Nome do recurso.
- type
- String
Tipo de recurso.
- location
- String
Local do recurso.
- tags
- IDictionary<String,String>
Marcas de recurso.
- 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'
- qosDefinitionCollection
- IList<QosDefinition>
Definições de objeto QoS
- qosCollectionId
- String
ID da Coleção Qos gerada pelo RNM.
- associatedNetworkInterfaces
- IList<NetworkInterface>
Interfaces de rede associadas à configuração DSCP.
- resourceGuid
- String
A propriedade GUID de recurso do recurso de Configuração de DSCP.
- provisioningState
- String
O estado de provisionamento do recurso de Configuração de DSCP. Os valores possíveis incluem: 'Êxito', 'Atualizando', 'Excluindo', 'Falha'
- etag
- String
Uma cadeia de caracteres somente leitura exclusiva que é alterada sempre que o recurso é atualizado.
Aplica-se a
Azure SDK for .NET