ExpressRoutePortData Class

Definition

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
ExpressRoutePortData
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

IJsonModel<ExpressRoutePortData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExpressRoutePortData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<ExpressRoutePortData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRoutePortData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExpressRoutePortData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to