Uses of Class
com.azure.resourcemanager.network.fluent.models.BgpServiceCommunityPropertiesFormat
-
Packages that use BgpServiceCommunityPropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of BgpServiceCommunityPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BgpServiceCommunityPropertiesFormat Modifier and Type Method Description BgpServiceCommunityPropertiesFormatBgpServiceCommunityPropertiesFormat. withBgpCommunities(List<BgpCommunity> bgpCommunities)Set the bgpCommunities property: A list of bgp communities.BgpServiceCommunityPropertiesFormatBgpServiceCommunityPropertiesFormat. withServiceName(String serviceName)Set the serviceName property: The name of the bgp community.
-