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
Express |
list()
Retrieves all the Express |
abstract
Mono<Express |
listAsync()
Retrieves all the Express |
abstract
Response<Express |
listWithResponse(String filter, Context context)
Retrieves all the Express |
abstract
Mono<Response<Express |
listWithResponseAsync(String filter)
Retrieves all the Express |
Method Details
list
public abstract ExpressRouteProviderPortListResultInner list()
Retrieves all the ExpressRouteProviderPorts in a subscription.
Returns:
listAsync
public abstract Mono
Retrieves all the ExpressRouteProviderPorts in a subscription.
Returns:
listWithResponse
public abstract Response
Retrieves all the ExpressRouteProviderPorts in a subscription.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono
Retrieves all the ExpressRouteProviderPorts in a subscription.
Parameters:
Returns:
Applies to
Azure SDK for Java