ExpressRoutePortInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExpressRoutePortInner() |
Initializes a new instance of the ExpressRoutePortInner class. |
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) |
Initializes a new instance of the ExpressRoutePortInner class. |
ExpressRoutePortInner()
Initializes a new instance of the ExpressRoutePortInner class.
public ExpressRoutePortInner ();
Public Sub New ()
Applies to
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)
Initializes a new instance of the ExpressRoutePortInner class.
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)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- peeringLocation
- String
The name of the peering location that the ExpressRoutePort is mapped to physically.
- mtu
- String
Maximum transmission unit of the physical port pair(s).
- encapsulation
- ExpressRoutePortsEncapsulation
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<ExpressRouteLinkInner>
ExpressRouteLink Sub-Resources
- circuits
- IList<SubResource>
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.
- provisioningState
- ProvisioningState
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.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- identity
- ManagedServiceIdentity
The identity of ExpressRoutePort, if configured.
Applies to
Azure SDK for .NET