ExpressRoutePort Class

Definition

ExpressRoute Port

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRoutePort : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRoutePort = class
    inherit Resource
Public Class ExpressRoutePort
Inherits Resource
Inheritance
ExpressRoutePort
Attributes

Remarks

ExpressRoutePort resource definition.

Constructors

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.

Properties

AllocationDate

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

BandwidthInGbps

Gets or sets bandwidth of procured ports in Gbps.

BillingType

Gets or sets the billing type of the ExpressRoutePort resource. Possible values include: 'MeteredData', 'UnlimitedData'

Circuits

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

Encapsulation

Gets or sets encapsulation method on physical ports. Possible values include: 'Dot1Q', 'QinQ'

Etag

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

EtherType

Gets ether type of the physical port.

Id

Gets or sets resource ID.

(Inherited from Resource)
Identity

Gets or sets the identity of ExpressRoutePort, if configured.

Links

Gets or sets expressRouteLink Sub-Resources

Location

Gets or sets resource location.

(Inherited from Resource)
Mtu

Gets maximum transmission unit of the physical port pair(s).

Name

Gets resource name.

(Inherited from Resource)
PeeringLocation

Gets or sets the name of the peering location that the ExpressRoutePort is mapped to physically.

ProvisionedBandwidthInGbps

Gets aggregate Gbps of associated circuit bandwidths.

ProvisioningState

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

ResourceGuid

Gets the resource GUID property of the express route port resource.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Applies to