Interface ResourceSkusClient
-
public interface ResourceSkusClientAn instance of this class provides access to all the operations defined in ResourceSkusClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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, String includeExtendedLocations, 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, String includeExtendedLocations)Gets the list of Microsoft.Compute SKUs available for your Subscription.
-
-
-
Method Detail
-
listAsync
com.azure.core.http.rest.PagedFlux<ResourceSkuInner> listAsync(String filter, String includeExtendedLocations)
Gets the list of Microsoft.Compute SKUs available for your Subscription.- Parameters:
filter- The filter to apply on the operation. Only **location** filter is supported currently.includeExtendedLocations- To Include Extended Locations information or not in the response.- Returns:
- the list of Microsoft.Compute SKUs available for your Subscription as paginated response with
PagedFlux. - Throws:
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.
-
listAsync
com.azure.core.http.rest.PagedFlux<ResourceSkuInner> listAsync()
Gets the list of Microsoft.Compute SKUs available for your Subscription.- Returns:
- the list of Microsoft.Compute SKUs available for your Subscription as paginated response with
PagedFlux. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<ResourceSkuInner> list()
Gets the list of Microsoft.Compute SKUs available for your Subscription.- Returns:
- the list of Microsoft.Compute SKUs available for your Subscription as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<ResourceSkuInner> list(String filter, String includeExtendedLocations, com.azure.core.util.Context context)
Gets the list of Microsoft.Compute SKUs available for your Subscription.- Parameters:
filter- The filter to apply on the operation. Only **location** filter is supported currently.includeExtendedLocations- To Include Extended Locations information or not in the response.context- The context to associate with this operation.- Returns:
- the list of Microsoft.Compute SKUs available for your Subscription as paginated response with
PagedIterable. - Throws:
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.
-
-