Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySku
-
Packages that use ApplicationGatewaySku Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewaySku Modifier and Type Method Description ApplicationGatewaySkuApplicationGatewayInner. sku()Get the sku property: SKU of the application gateway resource.ApplicationGatewaySkuApplicationGatewayPropertiesFormat. sku()Get the sku property: SKU of the application gateway resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewaySku Modifier and Type Method Description ApplicationGatewayInnerApplicationGatewayInner. withSku(ApplicationGatewaySku sku)Set the sku property: SKU of the application gateway resource.ApplicationGatewayPropertiesFormatApplicationGatewayPropertiesFormat. withSku(ApplicationGatewaySku sku)Set the sku property: SKU of the application gateway resource. -
Uses of ApplicationGatewaySku in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySku Modifier and Type Method Description ApplicationGatewaySkuApplicationGateway. sku()ApplicationGatewaySkuApplicationGatewaySku. withCapacity(Integer capacity)Set the capacity property: Capacity (instance count) of an application gateway.ApplicationGatewaySkuApplicationGatewaySku. withName(ApplicationGatewaySkuName name)Set the name property: Name of an application gateway SKU.ApplicationGatewaySkuApplicationGatewaySku. withTier(ApplicationGatewayTier tier)Set the tier property: Tier of an application gateway.
-