Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiManagementGatewaySkuPropertiesForPatch
Packages that use ApiManagementGatewaySkuPropertiesForPatch
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementGatewaySkuPropertiesForPatch in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementGatewaySkuPropertiesForPatchModifier and TypeMethodDescriptionApiManagementGatewaySkuPropertiesForPatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementGatewaySkuPropertiesForPatch from the JsonReader.ApiManagementGatewayUpdateParameters.sku()Get the sku property: SKU properties of the API Management gateway.ApiManagementGatewaySkuPropertiesForPatch.withCapacity(Integer capacity) Set the capacity property: Capacity of the SKU (number of deployed units of the SKU).ApiManagementGatewaySkuPropertiesForPatch.withName(ApiGatewaySkuType name) Set the name property: Name of the Sku.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiManagementGatewaySkuPropertiesForPatchModifier and TypeMethodDescriptionApiManagementGatewayResource.UpdateStages.WithSku.withSku(ApiManagementGatewaySkuPropertiesForPatch sku) Specifies the sku property: SKU properties of the API Management gateway..ApiManagementGatewayUpdateParameters.withSku(ApiManagementGatewaySkuPropertiesForPatch sku) Set the sku property: SKU properties of the API Management gateway.