Uses of Class
com.azure.resourcemanager.network.fluent.models.BgpServiceCommunityInner
Packages that use BgpServiceCommunityInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
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 BgpServiceCommunityInnerModifier and TypeMethodDescriptioncom.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 BgpServiceCommunityInnerModifier and TypeMethodDescriptionstatic BgpServiceCommunityInnerBgpServiceCommunityInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BgpServiceCommunityInner from the JsonReader.BgpServiceCommunityInner.withBgpCommunities(List<BgpCommunity> bgpCommunities) Set the bgpCommunities property: A list of bgp communities.Set the id property: Resource ID.BgpServiceCommunityInner.withLocation(String location) BgpServiceCommunityInner.withServiceName(String serviceName) Set the serviceName property: The name of the bgp community. e.g. -
Uses of BgpServiceCommunityInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type BgpServiceCommunityInnerModifier and TypeMethodDescriptionBgpServiceCommunityListResult.value()Get the value property: A list of service community resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type BgpServiceCommunityInnerModifier and TypeMethodDescriptionBgpServiceCommunityListResult.withValue(List<BgpServiceCommunityInner> value) Set the value property: A list of service community resources.