ExpressRoutePort Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ExpressRoutePort() |
Initialisiert eine neue instance der ExpressRoutePort-Klasse. |
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) |
Initialisiert eine neue instance der ExpressRoutePort-Klasse. |
ExpressRoutePort()
Initialisiert eine neue instance der ExpressRoutePort-Klasse.
public ExpressRoutePort ();
Public Sub New ()
Gilt für:
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)
Initialisiert eine neue instance der ExpressRoutePort-Klasse.
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)
Parameter
- id
- String
Ressourcen-ID
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
- location
- String
Ressourcenspeicherort
- tags
- IDictionary<String,String>
Ressourcentags.
- peeringLocation
- String
Der Name des Peeringspeicherorts, dem expressRoutePort physisch zugeordnet ist.
Aggregieren von GBit/s der zugeordneten Leitungsbandbreiten.
- mtu
- String
Maximale Übertragungseinheit der physischen Portpaare.
- encapsulation
- String
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<ExpressRouteLink>
ExpressRouteLink-Sub-Resources
- circuits
- IList<SubResource>
Verweisen Sie auf die ExpressRoute-Verbindungen, die in dieser ExpressRoutePort-Ressource bereitgestellt werden.
- provisioningState
- String
Der Bereitstellungsstatus der Expressroutenportressource. Mögliche Werte: "Succeeded", "Updating", "Deleting", "Failed"
- resourceGuid
- String
Die Ressourcen-GUID-Eigenschaft der Expressroutenportressource.
- billingType
- String
Der Abrechnungstyp der ExpressRoutePort-Ressource. Mögliche Werte: "MeteredData", "UnlimitedData"
- 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:
Azure SDK for .NET