Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySku
Packages that use ApplicationGatewaySku
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewaySku in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewaySkuModifier and TypeMethodDescriptionApplicationGatewayInner.sku()Get the sku property: SKU of the application gateway resource.ApplicationGatewayPropertiesFormat.sku()Get the sku property: SKU of the application gateway resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewaySkuModifier and TypeMethodDescriptionApplicationGatewayInner.withSku(ApplicationGatewaySku sku) Set the sku property: SKU of the application gateway resource.ApplicationGatewayPropertiesFormat.withSku(ApplicationGatewaySku sku) Set the sku property: SKU of the application gateway resource. -
Uses of ApplicationGatewaySku in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ApplicationGatewaySkuModifier and TypeClassDescriptionfinal classSKU of an application gateway.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySkuModifier and TypeMethodDescriptionstatic ApplicationGatewaySkuApplicationGatewaySku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewaySku from the JsonReader.ApplicationGateway.sku()Gets the SKU of this application gateway.ApplicationGatewaySku.withCapacity(Integer capacity) Set the capacity property: Capacity (instance count) of an application gateway.ApplicationGatewaySku.withFamily(ApplicationGatewaySkuFamily family) Set the family property: Family of an application gateway SKU.ApplicationGatewaySku.withName(ApplicationGatewaySkuName name) Set the name property: Name of an application gateway SKU.ApplicationGatewaySku.withTier(ApplicationGatewayTier tier) Set the tier property: Tier of an application gateway.