ExpressRouteProviderPortsLocationsClient Interface

public interface ExpressRouteProviderPortsLocationsClient

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

Method Summary

Modifier and Type Method and Description
abstract ExpressRouteProviderPortListResultInner list()

Retrieves all the ExpressRouteProviderPorts in a subscription.

abstract Mono<ExpressRouteProviderPortListResultInner> listAsync()

Retrieves all the ExpressRouteProviderPorts in a subscription.

abstract Response<ExpressRouteProviderPortListResultInner> listWithResponse(String filter, Context context)

Retrieves all the ExpressRouteProviderPorts in a subscription.

abstract Mono<Response<ExpressRouteProviderPortListResultInner>> listWithResponseAsync(String filter)

Retrieves all the ExpressRouteProviderPorts in a subscription.

Method Details

list

public abstract ExpressRouteProviderPortListResultInner list()

Retrieves all the ExpressRouteProviderPorts in a subscription.

Returns:

response for ListExpressRouteProviderPort API service call.

listAsync

public abstract Mono listAsync()

Retrieves all the ExpressRouteProviderPorts in a subscription.

Returns:

response for ListExpressRouteProviderPort API service call on successful completion of Mono.

listWithResponse

public abstract Response listWithResponse(String filter, Context context)

Retrieves all the ExpressRouteProviderPorts in a subscription.

Parameters:

filter - The filter to apply on the operation. For example, you can use $filter=location eq '{state}'.
context - The context to associate with this operation.

Returns:

response for ListExpressRouteProviderPort API service call along with Response<T>.

listWithResponseAsync

public abstract Mono> listWithResponseAsync(String filter)

Retrieves all the ExpressRouteProviderPorts in a subscription.

Parameters:

filter - The filter to apply on the operation. For example, you can use $filter=location eq '{state}'.

Returns:

response for ListExpressRouteProviderPort API service call along with Response<T> on successful completion of Mono.

Applies to