你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConnectedClusterBgpPeerProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |