BgpConnectionData Class

Definition

A class representing the BgpConnection data model. Virtual Appliance Site resource.

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

Constructors

BgpConnectionData()

Initializes a new instance of BgpConnectionData.

Properties

ConnectionState

The current state of the VirtualHub to Peer.

ETag

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

HubVirtualNetworkConnectionId

Gets or sets Id.

Id

Resource ID.

(Inherited from NetworkResourceData)
Name

Resource name.

(Inherited from NetworkResourceData)
PeerAsn

Peer ASN.

PeerIP

Peer IP.

ProvisioningState

The provisioning state of the resource.

ResourceType

Resource type.

(Inherited from NetworkResourceData)

Explicit Interface Implementations

IJsonModel<BgpConnectionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BgpConnectionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<BgpConnectionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BgpConnectionData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BgpConnectionData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)

Applies to