Freigeben über


ExpressRoutePortInner Konstruktoren

Definition

Überlädt

ExpressRoutePortInner()

Initialisiert eine neue instance der ExpressRoutePortInner-Klasse.

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)

Initialisiert eine neue instance der ExpressRoutePortInner-Klasse.

ExpressRoutePortInner()

Initialisiert eine neue instance der ExpressRoutePortInner-Klasse.

public ExpressRoutePortInner ();
Public Sub New ()

Gilt für:

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)

Initialisiert eine neue instance der ExpressRoutePortInner-Klasse.

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)

Parameter

location
String
id
String
name
String
type
String
peeringLocation
String

Der Name des Peeringspeicherorts, dem expressRoutePort physisch zugeordnet ist.

bandwidthInGbps
Nullable<Int32>

Bandbreite der beschafften Ports in GBit/s.

provisionedBandwidthInGbps
Nullable<Double>

Aggregieren von GBit/s der zugeordneten Leitungsbandbreiten.

mtu
String

Maximale Übertragungseinheit der physischen Portpaare.

encapsulation
ExpressRoutePortsEncapsulation

Kapselungsmethode für physische Ports. Mögliche Werte: "Dot1Q", "QinQ"

etherType
String

Ether-Typ des physischen Ports.

allocationDate
String

Datum der zu verwendenden physischen Portzuordnung im Autorisierungsschreiben.

links
IList<ExpressRouteLinkInner>

ExpressRouteLink-Sub-Resources

circuits
IList<SubResource>

Verweisen Sie auf die ExpressRoute-Verbindungen, die in dieser ExpressRoutePort-Ressource bereitgestellt werden.

provisioningState
ProvisioningState

Der Bereitstellungsstatus der Expressroutenportressource. Mögliche Werte: "Succeeded", "Updating", "Deleting", "Failed"

resourceGuid
String

Die Ressourcen-GUID-Eigenschaft der Expressroutenportressource.

etag
String

Eine eindeutige schreibgeschützte Zeichenfolge, die sich ändert, wenn die Ressource aktualisiert wird.

identity
ManagedServiceIdentity

Die Identität von ExpressRoutePort, sofern konfiguriert.

Gilt für: