public interface ResourceSkusClient
Modifier and Type | Method and Description |
---|---|
com.azure.core.http.rest.PagedIterable<ResourceSkuInner> |
list()
Gets the list of Microsoft.Compute SKUs available for your Subscription.
|
com.azure.core.http.rest.PagedIterable<ResourceSkuInner> |
list(String filter,
com.azure.core.util.Context context)
Gets the list of Microsoft.Compute SKUs available for your Subscription.
|
com.azure.core.http.rest.PagedFlux<ResourceSkuInner> |
listAsync()
Gets the list of Microsoft.Compute SKUs available for your Subscription.
|
com.azure.core.http.rest.PagedFlux<ResourceSkuInner> |
listAsync(String filter)
Gets the list of Microsoft.Compute SKUs available for your Subscription.
|
com.azure.core.http.rest.PagedFlux<ResourceSkuInner> listAsync(String filter)
filter
- The filter to apply on the operation. Only **location** filter is supported currently.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<ResourceSkuInner> listAsync()
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<ResourceSkuInner> list(String filter, com.azure.core.util.Context context)
filter
- The filter to apply on the operation. Only **location** filter is supported currently.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.PagedIterable<ResourceSkuInner> list()
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.