Interface SkusClient
public interface SkusClient
An instance of this class provides access to all the operations defined in SkusClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<DevCenterSkuInner>
list()
Lists the Microsoft.DevCenter SKUs available in a subscription.com.azure.core.http.rest.PagedIterable<DevCenterSkuInner>
Lists the Microsoft.DevCenter SKUs available in a subscription.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<DevCenterSkuInner> list()Lists the Microsoft.DevCenter SKUs available in a subscription.- Returns:
- results of the Microsoft.DevCenter SKU list operation 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<DevCenterSkuInner> list(Integer top, com.azure.core.util.Context context) Lists the Microsoft.DevCenter SKUs available in a subscription.- Parameters:
top
- The maximum number of resources to return from the operation. Example: '$top=10'.context
- The context to associate with this operation.- Returns:
- results of the Microsoft.DevCenter SKU list operation 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.
-