Uses of Class
com.microsoft.azure.management.network.ApplicationGatewaySkuName
Packages that use ApplicationGatewaySkuName
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewaySkuName in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ApplicationGatewaySkuNameModifier and TypeFieldDescriptionstatic final ApplicationGatewaySkuName
ApplicationGatewaySkuName.STANDARD_LARGE
Static value Standard_Large for ApplicationGatewaySkuName.static final ApplicationGatewaySkuName
ApplicationGatewaySkuName.STANDARD_MEDIUM
Static value Standard_Medium for ApplicationGatewaySkuName.static final ApplicationGatewaySkuName
ApplicationGatewaySkuName.STANDARD_SMALL
Static value Standard_Small for ApplicationGatewaySkuName.static final ApplicationGatewaySkuName
ApplicationGatewaySkuName.STANDARD_V2
Static value Standard_v2 for ApplicationGatewaySkuName.static final ApplicationGatewaySkuName
ApplicationGatewaySkuName.WAF_LARGE
Static value WAF_Large for ApplicationGatewaySkuName.static final ApplicationGatewaySkuName
ApplicationGatewaySkuName.WAF_MEDIUM
Static value WAF_Medium for ApplicationGatewaySkuName.static final ApplicationGatewaySkuName
ApplicationGatewaySkuName.WAF_V2
Static value WAF_v2 for ApplicationGatewaySkuName.Methods in com.microsoft.azure.management.network that return ApplicationGatewaySkuNameModifier and TypeMethodDescriptionstatic ApplicationGatewaySkuName
ApplicationGatewaySkuName.fromString
(String name) Creates or finds a ApplicationGatewaySkuName from its string representation.ApplicationGatewaySku.name()
Get name of an application gateway SKU.ApplicationGateway.size()
Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewaySkuNameModifier and TypeMethodDescriptionstatic Collection<ApplicationGatewaySkuName>
ApplicationGatewaySkuName.values()
Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewaySkuNameModifier and TypeMethodDescriptionApplicationGatewaySku.withName
(ApplicationGatewaySkuName name) Set name of an application gateway SKU.ApplicationGateway.DefinitionStages.WithSku.withSize
(ApplicationGatewaySkuName size) Specifies the size of the application gateway to create within the context of the selected tier.ApplicationGateway.UpdateStages.WithSku.withSize
(ApplicationGatewaySkuName size) Specifies the size of the application gateway to use within the context of the selected tier.