CapabilitiesClient Interface
public interface CapabilitiesClient
An instance of this class provides access to all the operations defined in CapabilitiesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Location |
listByLocation(String locationName)
Gets the subscription capabilities available for the specified location. |
abstract
Mono<Location |
listByLocationAsync(String locationName)
Gets the subscription capabilities available for the specified location. |
abstract
Response<Location |
listByLocationWithResponse(String locationName, CapabilityGroup include, Context context)
Gets the subscription capabilities available for the specified location. |
abstract
Mono<Response<Location |
listByLocationWithResponseAsync(String locationName, CapabilityGroup include)
Gets the subscription capabilities available for the specified location. |
Method Details
listByLocation
public abstract LocationCapabilitiesInner listByLocation(String locationName)
Gets the subscription capabilities available for the specified location.
Parameters:
Returns:
listByLocationAsync
public abstract Mono
Gets the subscription capabilities available for the specified location.
Parameters:
Returns:
listByLocationWithResponse
public abstract Response
Gets the subscription capabilities available for the specified location.
Parameters:
Returns:
listByLocationWithResponseAsync
public abstract Mono
Gets the subscription capabilities available for the specified location.
Parameters:
Returns:
Applies to
Azure SDK for Java