ExpressRoutePortsLocationData Class

Definition

A class representing the ExpressRoutePortsLocation data model. Definition of the ExpressRoutePorts peering location resource.

public class ExpressRoutePortsLocationData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.ExpressRoutePortsLocationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.ExpressRoutePortsLocationData>
public class ExpressRoutePortsLocationData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type ExpressRoutePortsLocationData = class
    inherit NetworkTrackedResourceData
    interface IJsonModel<ExpressRoutePortsLocationData>
    interface IPersistableModel<ExpressRoutePortsLocationData>
type ExpressRoutePortsLocationData = class
    inherit NetworkTrackedResourceData
Public Class ExpressRoutePortsLocationData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of ExpressRoutePortsLocationData), IPersistableModel(Of ExpressRoutePortsLocationData)
Public Class ExpressRoutePortsLocationData
Inherits NetworkTrackedResourceData
Inheritance
ExpressRoutePortsLocationData
Implements

Constructors

ExpressRoutePortsLocationData()

Initializes a new instance of ExpressRoutePortsLocationData.

Properties

Address

Address of peering location.

AvailableBandwidths

The inventory of available ExpressRoutePort bandwidths.

Contact

Contact details of peering locations.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
ProvisioningState

The provisioning state of the express route port location resource.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)

Explicit Interface Implementations

IJsonModel<ExpressRoutePortsLocationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpressRoutePortsLocationData>.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<ExpressRoutePortsLocationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRoutePortsLocationData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpressRoutePortsLocationData>.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