ExpressRouteCrossConnectionData Class

Definition

A class representing the ExpressRouteCrossConnection data model. ExpressRouteCrossConnection resource.

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

Constructors

ExpressRouteCrossConnectionData()

Initializes a new instance of ExpressRouteCrossConnectionData.

Properties

BandwidthInMbps

The circuit bandwidth In Mbps.

ETag

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

ExpressRouteCircuitId

Gets or sets Id.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
PeeringLocation

The peering location of the ExpressRoute circuit.

Peerings

The list of peerings.

PrimaryAzurePort

The name of the primary port.

ProvisioningState

The provisioning state of the express route cross connection resource.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
SecondaryAzurePort

The name of the secondary port.

ServiceProviderNotes

Additional read only notes set by the connectivity provider.

ServiceProviderProvisioningState

The provisioning state of the circuit in the connectivity provider system.

STag

The identifier of the circuit traffic.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)

Explicit Interface Implementations

IJsonModel<ExpressRouteCrossConnectionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteCrossConnectionData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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