Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySkuName
Packages that use ApplicationGatewaySkuName
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewaySkuName in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ApplicationGatewaySkuName in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal className of an application gateway SKU.Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewaySkuNameModifier and TypeFieldDescriptionstatic final ApplicationGatewaySkuNameApplicationGatewaySkuName.BASICStatic value Basic for ApplicationGatewaySkuName.static final ApplicationGatewaySkuNameApplicationGatewaySkuName.STANDARD_LARGEStatic value Standard_Large for ApplicationGatewaySkuName.static final ApplicationGatewaySkuNameApplicationGatewaySkuName.STANDARD_MEDIUMStatic value Standard_Medium for ApplicationGatewaySkuName.static final ApplicationGatewaySkuNameApplicationGatewaySkuName.STANDARD_SMALLStatic value Standard_Small for ApplicationGatewaySkuName.static final ApplicationGatewaySkuNameApplicationGatewaySkuName.STANDARD_V2Static value Standard_v2 for ApplicationGatewaySkuName.static final ApplicationGatewaySkuNameApplicationGatewaySkuName.WAF_LARGEStatic value WAF_Large for ApplicationGatewaySkuName.static final ApplicationGatewaySkuNameApplicationGatewaySkuName.WAF_MEDIUMStatic value WAF_Medium for ApplicationGatewaySkuName.static final ApplicationGatewaySkuNameApplicationGatewaySkuName.WAF_V2Static value WAF_v2 for ApplicationGatewaySkuName.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySkuNameModifier and TypeMethodDescriptionstatic ApplicationGatewaySkuNameApplicationGatewaySkuName.fromString(String name) Creates or finds a ApplicationGatewaySkuName from its string representation.ApplicationGatewaySku.name()Get the name property: Name of an application gateway SKU.ApplicationGateway.size()Gets the size of the application gateway.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewaySkuNameModifier and TypeMethodDescriptionstatic Collection<ApplicationGatewaySkuName> ApplicationGatewaySkuName.values()Gets known ApplicationGatewaySkuName values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewaySkuNameModifier and TypeMethodDescriptionApplicationGatewaySku.withName(ApplicationGatewaySkuName name) Set the name property: 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.