ExpressRoutePortInner Class

Definition

ExpressRoute Port

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRoutePortInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRoutePortInner = class
    inherit Resource
Public Class ExpressRoutePortInner
Inherits Resource
Inheritance
ExpressRoutePortInner
Attributes

Remarks

ExpressRoutePort resource definition.

Constructors

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.

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.

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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Identity

Gets or sets the identity of ExpressRoutePort, if configured.

Links

Gets or sets expressRouteLink Sub-Resources

Location

Resource location

(Inherited from Resource)
Mtu

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

Name

Resource name

(Inherited from ProxyResource)
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

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to