BgpCommunity Class

Definition

Compatibility declaration for the BgpCommunity type.

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

Constructors

Name Description
BgpCommunity()

Initializes a new instance of the BgpCommunity class.

BgpCommunity(Boolean)

Initializes a new instance of the BgpCommunity class.

Properties

Name Description
CommunityName

Gets or sets the CommunityName compatibility property.

CommunityPrefixes

The prefixes that the bgp community contains.

CommunityValue

Gets or sets the CommunityValue compatibility property.

IsAuthorizedToUse

Gets or sets the IsAuthorizedToUse compatibility property.

ServiceGroup

Gets or sets the ServiceGroup compatibility property.

ServiceSupportedRegion

Gets or sets the ServiceSupportedRegion compatibility property.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BgpCommunity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BgpCommunity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BgpCommunity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BgpCommunity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BgpCommunity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to