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