Bagikan melalui


ExpressRoutePort Constructors

Definition

Overloads

ExpressRoutePort()

Initializes a new instance of the ExpressRoutePort class.

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)

Initializes a new instance of the ExpressRoutePort class.

ExpressRoutePort()

Initializes a new instance of the ExpressRoutePort class.

public ExpressRoutePort ();
Public Sub New ()

Applies to

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)

Initializes a new instance of the ExpressRoutePort class.

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)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

peeringLocation
String

The name of the peering location that the ExpressRoutePort is mapped to physically.

bandwidthInGbps
Nullable<Int32>

Bandwidth of procured ports in Gbps.

provisionedBandwidthInGbps
Nullable<Double>

Aggregate Gbps of associated circuit bandwidths.

mtu
String

Maximum transmission unit of the physical port pair(s).

encapsulation
String

Encapsulation method on physical ports. Possible values include: 'Dot1Q', 'QinQ'

etherType
String

Ether type of the physical port.

allocationDate
String

Date of the physical port allocation to be used in Letter of Authorization.

links
IList<ExpressRouteLink>

ExpressRouteLink Sub-Resources

circuits
IList<SubResource>

Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.

provisioningState
String

The provisioning state of the express route port resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

resourceGuid
String

The resource GUID property of the express route port resource.

billingType
String

The billing type of the ExpressRoutePort resource. Possible values include: 'MeteredData', 'UnlimitedData'

etag
String

A unique read-only string that changes whenever the resource is updated.

identity
ManagedServiceIdentity

The identity of ExpressRoutePort, if configured.

Applies to