ExpressRoutePort 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
ExpressRoutePort() |
Inicializa uma nova instância da classe ExpressRoutePort. |
ExpressRoutePort(String, String, String, String, IDictionary<String, String>, String, Nullable<Int32>, Nullable<Double>, String, String, String, String, IList<ExpressRouteLink>, IList<SubResource>, String, String, String, String, ManagedServiceIdentity) |
Inicializa uma nova instância da classe ExpressRoutePort. |
ExpressRoutePort()
Inicializa uma nova instância da classe ExpressRoutePort.
public ExpressRoutePort ();
Public Sub New ()
Aplica-se a
ExpressRoutePort(String, String, String, String, IDictionary<String, String>, String, Nullable<Int32>, Nullable<Double>, String, String, String, String, IList<ExpressRouteLink>, IList<SubResource>, String, String, String, String, ManagedServiceIdentity)
Inicializa uma nova instância da classe ExpressRoutePort.
public ExpressRoutePort (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string peeringLocation = default, int? bandwidthInGbps = default, double? provisionedBandwidthInGbps = default, string mtu = default, string encapsulation = default, string etherType = default, string allocationDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteLink> links = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> circuits = default, string provisioningState = default, string resourceGuid = default, string billingType = default, string etag = default, Microsoft.Azure.Management.Network.Models.ManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.Network.Models.ExpressRoutePort : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> * Nullable<double> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteLink> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * string * string * string * Microsoft.Azure.Management.Network.Models.ManagedServiceIdentity -> Microsoft.Azure.Management.Network.Models.ExpressRoutePort
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 peeringLocation As String = Nothing, Optional bandwidthInGbps As Nullable(Of Integer) = Nothing, Optional provisionedBandwidthInGbps As Nullable(Of Double) = Nothing, Optional mtu As String = Nothing, Optional encapsulation As String = Nothing, Optional etherType As String = Nothing, Optional allocationDate As String = Nothing, Optional links As IList(Of ExpressRouteLink) = Nothing, Optional circuits As IList(Of SubResource) = Nothing, Optional provisioningState As String = Nothing, Optional resourceGuid As String = Nothing, Optional billingType As String = Nothing, Optional etag As String = Nothing, Optional identity As ManagedServiceIdentity = 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.
- peeringLocation
- String
O nome do local de emparelhamento para o qual o ExpressRoutePort é mapeado fisicamente.
Agregar Gbps de larguras de banda de circuito associadas.
- mtu
- String
Unidade de transmissão máxima dos pares de porta física.
- encapsulation
- String
Método de encapsulamento em portas físicas. Os valores possíveis incluem: 'Dot1Q', 'QinQ'
- etherType
- String
Tipo de ether da porta física.
- allocationDate
- String
Data da alocação de porta física a ser usada na Carta de Autorização.
- links
- IList<ExpressRouteLink>
Sub-Resources do ExpressRouteLink
- circuits
- IList<SubResource>
Referencie os circuitos do ExpressRoute provisionados neste recurso do ExpressRoutePort.
- provisioningState
- String
O estado de provisionamento do recurso de porta de rota expressa. Os valores possíveis incluem: 'Êxito', 'Atualizando', 'Excluindo', 'Falha'
- resourceGuid
- String
A propriedade GUID de recurso do recurso de porta de rota expressa.
- billingType
- String
O tipo de cobrança do recurso ExpressRoutePort. Os valores possíveis incluem: 'MeteredData', 'UnlimitedData'
- etag
- String
Uma cadeia de caracteres somente leitura exclusiva que é alterada sempre que o recurso é atualizado.
- identity
- ManagedServiceIdentity
A identidade do ExpressRoutePort, se configurada.
Aplica-se a
Azure SDK for .NET