public interface LocationsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<CachedImages> |
listCachedImages(String location)
Get the list of cached images on specific OS type for a subscription in a region.
|
com.azure.core.http.rest.PagedIterable<CachedImages> |
listCachedImages(String location,
com.azure.core.util.Context context)
Get the list of cached images on specific OS type for a subscription in a region.
|
com.azure.core.http.rest.PagedFlux<CachedImages> |
listCachedImagesAsync(String location)
Get the list of cached images on specific OS type for a subscription in a region.
|
com.azure.core.http.rest.PagedIterable<Capabilities> |
listCapabilities(String location)
Get the list of CPU/memory/GPU capabilities of a region.
|
com.azure.core.http.rest.PagedIterable<Capabilities> |
listCapabilities(String location,
com.azure.core.util.Context context)
Get the list of CPU/memory/GPU capabilities of a region.
|
com.azure.core.http.rest.PagedFlux<Capabilities> |
listCapabilitiesAsync(String location)
Get the list of CPU/memory/GPU capabilities of a region.
|
com.azure.core.http.rest.PagedIterable<UsageInner> |
listUsage(String location)
Get the usage for a subscription.
|
com.azure.core.http.rest.PagedIterable<UsageInner> |
listUsage(String location,
com.azure.core.util.Context context)
Get the usage for a subscription.
|
com.azure.core.http.rest.PagedFlux<UsageInner> |
listUsageAsync(String location)
Get the usage for a subscription.
|
com.azure.core.http.rest.PagedFlux<UsageInner> listUsageAsync(String location)
location - The identifier for the physical azure location.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.PagedIterable<UsageInner> listUsage(String location)
location - The identifier for the physical azure location.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.PagedIterable<UsageInner> listUsage(String location, com.azure.core.util.Context context)
location - The identifier for the physical azure location.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.com.azure.core.http.rest.PagedFlux<CachedImages> listCachedImagesAsync(String location)
location - The identifier for the physical azure location.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.PagedIterable<CachedImages> listCachedImages(String location)
location - The identifier for the physical azure location.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.PagedIterable<CachedImages> listCachedImages(String location, com.azure.core.util.Context context)
location - The identifier for the physical azure location.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.com.azure.core.http.rest.PagedFlux<Capabilities> listCapabilitiesAsync(String location)
location - The identifier for the physical azure location.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.PagedIterable<Capabilities> listCapabilities(String location)
location - The identifier for the physical azure location.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.PagedIterable<Capabilities> listCapabilities(String location, com.azure.core.util.Context context)
location - The identifier for the physical azure location.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 © 2021 Microsoft Corporation. All rights reserved.