BgpCommunity 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.
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
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. |