ConnectedClusterBgpPeerProperties Class

Definition

Details of the BgpPeer.

public class ConnectedClusterBgpPeerProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerOrchestratorRuntime.Models.ConnectedClusterBgpPeerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerOrchestratorRuntime.Models.ConnectedClusterBgpPeerProperties>
type ConnectedClusterBgpPeerProperties = class
    interface IJsonModel<ConnectedClusterBgpPeerProperties>
    interface IPersistableModel<ConnectedClusterBgpPeerProperties>
Public Class ConnectedClusterBgpPeerProperties
Implements IJsonModel(Of ConnectedClusterBgpPeerProperties), IPersistableModel(Of ConnectedClusterBgpPeerProperties)
Inheritance
ConnectedClusterBgpPeerProperties
Implements

Constructors

ConnectedClusterBgpPeerProperties(Int32, Int32, String)

Initializes a new instance of ConnectedClusterBgpPeerProperties.

Properties

MyAsn

My ASN.

PeerAddress

Peer Address.

PeerAsn

Peer ASN.

ProvisioningState

Resource provision state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedClusterBgpPeerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedClusterBgpPeerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedClusterBgpPeerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedClusterBgpPeerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedClusterBgpPeerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to