Partager via


ExpressRouteServiceProvidersClient Interface

public interface ExpressRouteServiceProvidersClient

An instance of this class provides access to all the operations defined in ExpressRouteServiceProvidersClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ExpressRouteServiceProviderInner> list()

Gets all the available express route service providers.

abstract PagedIterable<ExpressRouteServiceProviderInner> list(Context context)

Gets all the available express route service providers.

abstract PagedFlux<ExpressRouteServiceProviderInner> listAsync()

Gets all the available express route service providers.

Method Details

list

public abstract PagedIterable list()

Gets all the available express route service providers.

Returns:

all the available express route service providers as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Gets all the available express route service providers.

Parameters:

context - The context to associate with this operation.

Returns:

all the available express route service providers as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync()

Gets all the available express route service providers.

Returns:

all the available express route service providers as paginated response with PagedFlux<T>.

Applies to