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
type BGPCommunity = class
Public Class BGPCommunity
- Inheritance
-
BGPCommunity
Constructors
BGPCommunity() |
Initializes a new instance of the BGPCommunity class. |
BGPCommunity(String, String, String, IList<String>, Nullable<Boolean>, String) |
Initializes a new instance of the BGPCommunity class. |
Properties
CommunityName |
Gets or sets the name of the bgp community. e.g. Skype. |
CommunityPrefixes |
Gets or sets the prefixes that the bgp community contains. |
CommunityValue |
Gets or sets the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing. |
IsAuthorizedToUse |
Gets or sets customer is authorized to use bgp community or not. |
ServiceGroup |
Gets or sets the service group of the bgp community contains. |
ServiceSupportedRegion |
Gets or sets the region which the service support. e.g. For O365, region is Global. |
Applies to
Azure SDK for .NET