ExpressRouteCircuitData Class

Definition

A class representing the ExpressRouteCircuit data model. ExpressRouteCircuit resource.

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

Constructors

ExpressRouteCircuitData()

Initializes a new instance of ExpressRouteCircuitData.

Properties

AllowClassicOperations

Allow classic operations.

AuthorizationKey

The authorizationKey.

Authorizations

The list of authorizations.

AuthorizationStatus

The authorization status of the Circuit.

BandwidthInGbps

The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource.

CircuitProvisioningState

The CircuitProvisioningState state of the resource.

ETag

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

ExpressRoutePortId

Gets or sets Id.

GatewayManagerETag

The GatewayManager Etag.

GlobalReachEnabled

Flag denoting global reach status.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
Peerings

The list of peerings.

ProvisioningState

The provisioning state of the express route circuit resource.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
ServiceKey

The ServiceKey.

ServiceProviderNotes

The ServiceProviderNotes.

ServiceProviderProperties

The ServiceProviderProperties.

ServiceProviderProvisioningState

The ServiceProviderProvisioningState state of the resource.

Sku

The SKU.

STag

The identifier of the circuit traffic. Outer tag for QinQ encapsulation.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)

Explicit Interface Implementations

IJsonModel<ExpressRouteCircuitData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<ExpressRouteCircuitData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

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