Uses of Class
com.azure.resourcemanager.network.fluent.models.BgpServiceCommunityInner
-
Packages that use BgpServiceCommunityInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of BgpServiceCommunityInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type BgpServiceCommunityInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<BgpServiceCommunityInner>BgpServiceCommunitiesClient. list()Gets all the available bgp service communities.com.azure.core.http.rest.PagedIterable<BgpServiceCommunityInner>BgpServiceCommunitiesClient. list(com.azure.core.util.Context context)Gets all the available bgp service communities.com.azure.core.http.rest.PagedFlux<BgpServiceCommunityInner>BgpServiceCommunitiesClient. listAsync()Gets all the available bgp service communities. -
Uses of BgpServiceCommunityInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BgpServiceCommunityInner Modifier and Type Method Description BgpServiceCommunityInnerBgpServiceCommunityInner. withBgpCommunities(List<BgpCommunity> bgpCommunities)Set the bgpCommunities property: A list of bgp communities.BgpServiceCommunityInnerBgpServiceCommunityInner. withId(String id)Set the id property: Resource ID.BgpServiceCommunityInnerBgpServiceCommunityInner. withLocation(String location)BgpServiceCommunityInnerBgpServiceCommunityInner. withServiceName(String serviceName)Set the serviceName property: The name of the bgp community.BgpServiceCommunityInnerBgpServiceCommunityInner. withTags(Map<String,String> tags) -
Uses of BgpServiceCommunityInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type BgpServiceCommunityInner Modifier and Type Method Description List<BgpServiceCommunityInner>BgpServiceCommunityListResult. value()Get the value property: A list of service community resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type BgpServiceCommunityInner Modifier and Type Method Description BgpServiceCommunityListResultBgpServiceCommunityListResult. withValue(List<BgpServiceCommunityInner> value)Set the value property: A list of service community resources.
-