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 PagedIterable<BgpServiceCommunityInner> list()

Gets all the available bgp service communities.

abstract PagedIterable<BgpServiceCommunityInner> list(Context context)

Gets all the available bgp service communities.

abstract PagedFlux<BgpServiceCommunityInner> listAsync()

Gets all the available bgp service communities.

Method Details

list

public abstract PagedIterable list()

Gets all the available bgp service communities.

Returns:

all the available bgp service communities as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Gets all the available bgp service communities.

Parameters:

context - The context to associate with this operation.

Returns:

all the available bgp service communities as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync()

Gets all the available bgp service communities.

Returns:

all the available bgp service communities as paginated response with PagedFlux<T>.

Applies to