PeerExpressRouteCircuitConnectionData Class

Definition

A class representing the PeerExpressRouteCircuitConnection data model. Peer Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.

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

Constructors

PeerExpressRouteCircuitConnectionData()

Initializes a new instance of PeerExpressRouteCircuitConnectionData.

Properties

AddressPrefix

/29 IP address space to carve out Customer addresses for tunnels.

AuthResourceGuid

The resource guid of the authorization used for the express route circuit connection.

CircuitConnectionStatus

Express Route Circuit connection state.

ConnectionName

The name of the express route circuit connection resource.

ETag

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

ExpressRouteCircuitPeeringId

Gets or sets Id.

Id

Resource ID.

(Inherited from NetworkResourceData)
Name

Resource name.

(Inherited from NetworkResourceData)
PeerExpressRouteCircuitPeeringId

Gets or sets Id.

ProvisioningState

The provisioning state of the peer express route circuit connection resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)

Explicit Interface Implementations

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IJsonModel<PeerExpressRouteCircuitConnectionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PeerExpressRouteCircuitConnectionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)
IPersistableModel<PeerExpressRouteCircuitConnectionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PeerExpressRouteCircuitConnectionData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PeerExpressRouteCircuitConnectionData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to