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.
Contains bgp community information offered in Service Community resources.
public class BgpCommunity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.BgpCommunity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.BgpCommunity>
public class BgpCommunity
type BgpCommunity = class
interface IJsonModel<BgpCommunity>
interface IPersistableModel<BgpCommunity>
type BgpCommunity = class
Public Class BgpCommunity
Implements IJsonModel(Of BgpCommunity), IPersistableModel(Of BgpCommunity)
Public Class BgpCommunity
- Inheritance
-
BgpCommunity
- Implements
Constructors
BgpCommunity() |
Initializes a new instance of BgpCommunity. |
Properties
CommunityName |
The name of the bgp community. e.g. Skype. |
CommunityPrefixes |
The prefixes that the bgp community contains. |
CommunityValue |
The value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing. |
IsAuthorizedToUse |
Customer is authorized to use bgp community or not. |
ServiceGroup |
The service group of the bgp community contains. |
ServiceSupportedRegion |
The region which the service support. e.g. For O365, region is Global. |
Explicit Interface Implementations
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
Azure SDK for .NET