ExpressRoutePortData Class
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.
A class representing the ExpressRoutePort data model. ExpressRoutePort resource definition.
public class ExpressRoutePortData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.ExpressRoutePortData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.ExpressRoutePortData>
public class ExpressRoutePortData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type ExpressRoutePortData = class
inherit NetworkTrackedResourceData
interface IJsonModel<ExpressRoutePortData>
interface IPersistableModel<ExpressRoutePortData>
type ExpressRoutePortData = class
inherit NetworkTrackedResourceData
Public Class ExpressRoutePortData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of ExpressRoutePortData), IPersistableModel(Of ExpressRoutePortData)
Public Class ExpressRoutePortData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
ExpressRoutePortData() |
Initializes a new instance of ExpressRoutePortData. |
Properties
AllocationDate |
Date of the physical port allocation to be used in Letter of Authorization. |
BandwidthInGbps |
Bandwidth of procured ports in Gbps. |
BillingType |
The billing type of the ExpressRoutePort resource. |
Circuits |
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource. |
Encapsulation |
Encapsulation method on physical ports. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
EtherType |
Ether type of the physical port. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
Identity |
The identity of ExpressRoutePort, if configured. |
Links |
The set of physical links of the ExpressRoutePort resource. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Mtu |
Maximum transmission unit of the physical port pair(s). |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
PeeringLocation |
The name of the peering location that the ExpressRoutePort is mapped to physically. |
ProvisionedBandwidthInGbps |
Aggregate Gbps of associated circuit bandwidths. |
ProvisioningState |
The provisioning state of the express route port resource. |
ResourceGuid |
The resource GUID property of the express route port resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET