### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.BGPCommunity"
fullName: "com.microsoft.azure.management.network.BGPCommunity"
name: "BGPCommunity"
nameWithType: "BGPCommunity"
summary: "Contains bgp community information offered in Service Community resources."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **BGPCommunity**"
constructors:
- uid: "com.microsoft.azure.management.network.BGPCommunity.BGPCommunity()"
fullName: "com.microsoft.azure.management.network.BGPCommunity.BGPCommunity()"
name: "BGPCommunity()"
nameWithType: "BGPCommunity.BGPCommunity()"
syntax: "public BGPCommunity()"
methods:
- uid: "com.microsoft.azure.management.network.BGPCommunity.communityName()"
fullName: "com.microsoft.azure.management.network.BGPCommunity.communityName()"
name: "communityName()"
nameWithType: "BGPCommunity.communityName()"
summary: "Get the name of the bgp community."
syntax: "public String communityName()"
desc: "Get the name of the bgp community. e.g. Skype."
returns:
description: "the communityName value"
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.communityPrefixes()"
fullName: "com.microsoft.azure.management.network.BGPCommunity.communityPrefixes()"
name: "communityPrefixes()"
nameWithType: "BGPCommunity.communityPrefixes()"
summary: "Get the prefixes that the bgp community contains."
syntax: "public List communityPrefixes()"
desc: "Get the prefixes that the bgp community contains."
returns:
description: "the communityPrefixes value"
type: "<>"
- uid: "com.microsoft.azure.management.network.BGPCommunity.communityValue()"
fullName: "com.microsoft.azure.management.network.BGPCommunity.communityValue()"
name: "communityValue()"
nameWithType: "BGPCommunity.communityValue()"
summary: "Get the value of the bgp community."
syntax: "public String communityValue()"
desc: "Get the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing."
returns:
description: "the communityValue value"
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.isAuthorizedToUse()"
fullName: "com.microsoft.azure.management.network.BGPCommunity.isAuthorizedToUse()"
name: "isAuthorizedToUse()"
nameWithType: "BGPCommunity.isAuthorizedToUse()"
summary: "Get customer is authorized to use bgp community or not."
syntax: "public Boolean isAuthorizedToUse()"
desc: "Get customer is authorized to use bgp community or not."
returns:
description: "the isAuthorizedToUse value"
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.serviceGroup()"
fullName: "com.microsoft.azure.management.network.BGPCommunity.serviceGroup()"
name: "serviceGroup()"
nameWithType: "BGPCommunity.serviceGroup()"
summary: "Get the service group of the bgp community contains."
syntax: "public String serviceGroup()"
desc: "Get the service group of the bgp community contains."
returns:
description: "the serviceGroup value"
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.serviceSupportedRegion()"
fullName: "com.microsoft.azure.management.network.BGPCommunity.serviceSupportedRegion()"
name: "serviceSupportedRegion()"
nameWithType: "BGPCommunity.serviceSupportedRegion()"
summary: "Get the region which the service support."
syntax: "public String serviceSupportedRegion()"
desc: "Get the region which the service support. e.g. For O365, region is Global."
returns:
description: "the serviceSupportedRegion value"
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.withCommunityName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.BGPCommunity.withCommunityName(String communityName)"
name: "withCommunityName(String communityName)"
nameWithType: "BGPCommunity.withCommunityName(String communityName)"
summary: "Set the name of the bgp community."
parameters:
- description: "the communityName value to set"
name: "communityName"
type: ""
syntax: "public BGPCommunity withCommunityName(String communityName)"
desc: "Set the name of the bgp community. e.g. Skype."
returns:
description: "the BGPCommunity object itself."
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.withCommunityPrefixes(java.util.List)"
fullName: "com.microsoft.azure.management.network.BGPCommunity.withCommunityPrefixes(List communityPrefixes)"
name: "withCommunityPrefixes(List communityPrefixes)"
nameWithType: "BGPCommunity.withCommunityPrefixes(List communityPrefixes)"
summary: "Set the prefixes that the bgp community contains."
parameters:
- description: "the communityPrefixes value to set"
name: "communityPrefixes"
type: "<>"
syntax: "public BGPCommunity withCommunityPrefixes(List communityPrefixes)"
desc: "Set the prefixes that the bgp community contains."
returns:
description: "the BGPCommunity object itself."
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.withCommunityValue(java.lang.String)"
fullName: "com.microsoft.azure.management.network.BGPCommunity.withCommunityValue(String communityValue)"
name: "withCommunityValue(String communityValue)"
nameWithType: "BGPCommunity.withCommunityValue(String communityValue)"
summary: "Set the value of the bgp community."
parameters:
- description: "the communityValue value to set"
name: "communityValue"
type: ""
syntax: "public BGPCommunity withCommunityValue(String communityValue)"
desc: "Set the value of the bgp community. For more information: https://docs.microsoft.com/en-us/azure/expressroute/expressroute-routing."
returns:
description: "the BGPCommunity object itself."
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.withIsAuthorizedToUse(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.BGPCommunity.withIsAuthorizedToUse(Boolean isAuthorizedToUse)"
name: "withIsAuthorizedToUse(Boolean isAuthorizedToUse)"
nameWithType: "BGPCommunity.withIsAuthorizedToUse(Boolean isAuthorizedToUse)"
summary: "Set customer is authorized to use bgp community or not."
parameters:
- description: "the isAuthorizedToUse value to set"
name: "isAuthorizedToUse"
type: ""
syntax: "public BGPCommunity withIsAuthorizedToUse(Boolean isAuthorizedToUse)"
desc: "Set customer is authorized to use bgp community or not."
returns:
description: "the BGPCommunity object itself."
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.withServiceGroup(java.lang.String)"
fullName: "com.microsoft.azure.management.network.BGPCommunity.withServiceGroup(String serviceGroup)"
name: "withServiceGroup(String serviceGroup)"
nameWithType: "BGPCommunity.withServiceGroup(String serviceGroup)"
summary: "Set the service group of the bgp community contains."
parameters:
- description: "the serviceGroup value to set"
name: "serviceGroup"
type: ""
syntax: "public BGPCommunity withServiceGroup(String serviceGroup)"
desc: "Set the service group of the bgp community contains."
returns:
description: "the BGPCommunity object itself."
type: ""
- uid: "com.microsoft.azure.management.network.BGPCommunity.withServiceSupportedRegion(java.lang.String)"
fullName: "com.microsoft.azure.management.network.BGPCommunity.withServiceSupportedRegion(String serviceSupportedRegion)"
name: "withServiceSupportedRegion(String serviceSupportedRegion)"
nameWithType: "BGPCommunity.withServiceSupportedRegion(String serviceSupportedRegion)"
summary: "Set the region which the service support."
parameters:
- description: "the serviceSupportedRegion value to set"
name: "serviceSupportedRegion"
type: ""
syntax: "public BGPCommunity withServiceSupportedRegion(String serviceSupportedRegion)"
desc: "Set the region which the service support. e.g. For O365, region is Global."
returns:
description: "the BGPCommunity object itself."
type: ""
type: "class"
desc: "Contains bgp community information offered in Service Community resources."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4