Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementSkuInner
Packages that use ApiManagementSkuInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementSkuInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ApiManagementSkuInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ApiManagementSkuInner> ApiManagementSkusClient.list()Gets the list of Microsoft.ApiManagement SKUs available for your Subscription.com.azure.core.http.rest.PagedIterable<ApiManagementSkuInner> ApiManagementSkusClient.list(com.azure.core.util.Context context) Gets the list of Microsoft.ApiManagement SKUs available for your Subscription. -
Uses of ApiManagementSkuInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiManagementSkuInnerModifier and TypeMethodDescriptionstatic ApiManagementSkuInnerApiManagementSkuInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementSkuInner from the JsonReader. -
Uses of ApiManagementSkuInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementSkuInnerModifier and TypeMethodDescriptionApiManagementSku.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementSkuInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ApiManagementSkuInnerModifier and TypeMethodDescriptionApiManagementSkusResult.value()Get the value property: The list of skus available for the subscription.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ApiManagementSkuInnerModifier and TypeMethodDescriptionApiManagementSkusResult.withValue(List<ApiManagementSkuInner> value) Set the value property: The list of skus available for the subscription.