public interface CapabilitiesClient
| Modifier and Type | Method and Description |
|---|---|
LocationCapabilitiesInner |
listByLocation(String locationName)
Gets the subscription capabilities available for the specified location.
|
Mono<LocationCapabilitiesInner> |
listByLocationAsync(String locationName)
Gets the subscription capabilities available for the specified location.
|
Mono<LocationCapabilitiesInner> |
listByLocationAsync(String locationName,
CapabilityGroup include)
Gets the subscription capabilities available for the specified location.
|
com.azure.core.http.rest.Response<LocationCapabilitiesInner> |
listByLocationWithResponse(String locationName,
CapabilityGroup include,
com.azure.core.util.Context context)
Gets the subscription capabilities available for the specified location.
|
Mono<com.azure.core.http.rest.Response<LocationCapabilitiesInner>> |
listByLocationWithResponseAsync(String locationName,
CapabilityGroup include)
Gets the subscription capabilities available for the specified location.
|
Mono<com.azure.core.http.rest.Response<LocationCapabilitiesInner>> listByLocationWithResponseAsync(String locationName, CapabilityGroup include)
locationName - The location name whose capabilities are retrieved.include - If specified, restricts the response to only include the selected item.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<LocationCapabilitiesInner> listByLocationAsync(String locationName, CapabilityGroup include)
locationName - The location name whose capabilities are retrieved.include - If specified, restricts the response to only include the selected item.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<LocationCapabilitiesInner> listByLocationAsync(String locationName)
locationName - The location name whose capabilities are retrieved.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.LocationCapabilitiesInner listByLocation(String locationName)
locationName - The location name whose capabilities are retrieved.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<LocationCapabilitiesInner> listByLocationWithResponse(String locationName, CapabilityGroup include, com.azure.core.util.Context context)
locationName - The location name whose capabilities are retrieved.include - If specified, restricts the response to only include the selected item.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.