Interface ApiManagementSkus
public interface ApiManagementSkus
Resource collection API of ApiManagementSkus.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ApiManagementSku> list()Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.com.azure.core.http.rest.PagedIterable<ApiManagementSku> list(com.azure.core.util.Context context) Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<ApiManagementSku> list()Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.- Returns:
- the list of Microsoft.ApiManagement 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
Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.- Parameters:
context- The context to associate with this operation.- Returns:
- the list of Microsoft.ApiManagement 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.
-