BgpServiceCommunitiesClient Interface
public interface BgpServiceCommunitiesClient
An instance of this class provides access to all the operations defined in BgpServiceCommunitiesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list()
Gets all the available bgp service communities. |
|
abstract
Paged |
list(Context context)
Gets all the available bgp service communities. |
|
abstract
Paged |
listAsync()
Gets all the available bgp service communities. |
Method Details
list
public abstract PagedIterable<BgpServiceCommunityInner> list()
Gets all the available bgp service communities.
Returns:
list
public abstract PagedIterable<BgpServiceCommunityInner> list(Context context)
Gets all the available bgp service communities.
Parameters:
Returns:
listAsync
public abstract PagedFlux<BgpServiceCommunityInner> listAsync()
Gets all the available bgp service communities.
Returns: