Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.GatewayResourceSkuResultInner
Packages that use GatewayResourceSkuResultInner
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 GatewayResourceSkuResultInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type GatewayResourceSkuResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<GatewayResourceSkuResultInner> ApiManagementGatewaySkusClient.listAvailableSkus(String resourceGroupName, String gatewayName) Gets available SKUs for API Management gateway Gets all available SKU for a given API Management gateway.com.azure.core.http.rest.PagedIterable<GatewayResourceSkuResultInner> ApiManagementGatewaySkusClient.listAvailableSkus(String resourceGroupName, String gatewayName, com.azure.core.util.Context context) Gets available SKUs for API Management gateway Gets all available SKU for a given API Management gateway. -
Uses of GatewayResourceSkuResultInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return GatewayResourceSkuResultInnerModifier and TypeMethodDescriptionGatewayResourceSkuResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayResourceSkuResultInner from the JsonReader. -
Uses of GatewayResourceSkuResultInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayResourceSkuResultInnerModifier and TypeMethodDescriptionGatewayResourceSkuResult.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayResourceSkuResultInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GatewayResourceSkuResultInnerModifier and TypeMethodDescriptionGatewayResourceSkuResults.value()Get the value property: The list of skus available for the gateway.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type GatewayResourceSkuResultInnerModifier and TypeMethodDescriptionGatewayResourceSkuResults.withValue(List<GatewayResourceSkuResultInner> value) Set the value property: The list of skus available for the gateway.