ExpressRoutePortInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ExpressRoutePortInner() |
Initialise une nouvelle instance de la classe ExpressRoutePortInner. |
ExpressRoutePortInner(String, String, String, String, IDictionary<String, String>, String, Nullable<Int32>, Nullable<Double>, String, ExpressRoutePortsEncapsulation, String, String, IList<ExpressRouteLinkInner>, IList<SubResource>, ProvisioningState, String, String, ManagedServiceIdentity) |
Initialise une nouvelle instance de la classe ExpressRoutePortInner. |
ExpressRoutePortInner()
Initialise une nouvelle instance de la classe ExpressRoutePortInner.
public ExpressRoutePortInner ();
Public Sub New ()
S’applique à
ExpressRoutePortInner(String, String, String, String, IDictionary<String, String>, String, Nullable<Int32>, Nullable<Double>, String, ExpressRoutePortsEncapsulation, String, String, IList<ExpressRouteLinkInner>, IList<SubResource>, ProvisioningState, String, String, ManagedServiceIdentity)
Initialise une nouvelle instance de la classe ExpressRoutePortInner.
public ExpressRoutePortInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string peeringLocation = default, int? bandwidthInGbps = default, double? provisionedBandwidthInGbps = default, string mtu = default, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsEncapsulation encapsulation = default, string etherType = default, string allocationDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkInner> links = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> circuits = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string resourceGuid = default, string etag = default, Microsoft.Azure.Management.Network.Fluent.Models.ManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> * Nullable<double> * string * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsEncapsulation * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteLinkInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ManagedServiceIdentity -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type 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 ExpressRoutePortsEncapsulation = Nothing, Optional etherType As String = Nothing, Optional allocationDate As String = Nothing, Optional links As IList(Of ExpressRouteLinkInner) = Nothing, Optional circuits As IList(Of SubResource) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional resourceGuid As String = Nothing, Optional etag As String = Nothing, Optional identity As ManagedServiceIdentity = Nothing)
Paramètres
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- peeringLocation
- String
Nom de l’emplacement de peering auquel ExpressRoutePort est mappé physiquement.
Agréger des Gbits/G de bandes passantes de circuit associées.
- mtu
- String
Unité de transmission maximale des paires de ports physiques.
- encapsulation
- ExpressRoutePortsEncapsulation
Méthode d’encapsulation sur les ports physiques. Les valeurs possibles sont les suivantes : 'Dot1Q', 'QinQ'
- etherType
- String
Type d’éther du port physique.
- allocationDate
- String
Date de l’allocation de port physique à utiliser dans la lettre d’autorisation.
- links
- IList<ExpressRouteLinkInner>
Sub-Resources ExpressRouteLink
- circuits
- IList<SubResource>
Référencez le ou les circuits ExpressRoute approvisionnés sur cette ressource ExpressRoutePort.
- provisioningState
- ProvisioningState
État d’approvisionnement de la ressource de port de routage express. Les valeurs possibles sont les suivantes : « Réussi », « Mise à jour », « Suppression », « Échec »
- resourceGuid
- String
Propriété GUID de ressource de la ressource de port de routage express.
- etag
- String
Chaîne unique en lecture seule qui change chaque fois que la ressource est mise à jour.
- identity
- ManagedServiceIdentity
Identité d’ExpressRoutePort, si elle est configurée.
S’applique à
Azure SDK for .NET