Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySkuName
-
Packages that use ApplicationGatewaySkuName Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewaySkuName in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewaySkuName Modifier and Type Field Description static ApplicationGatewaySkuNameApplicationGatewaySkuName. STANDARD_LARGEStatic value Standard_Large for ApplicationGatewaySkuName.static ApplicationGatewaySkuNameApplicationGatewaySkuName. STANDARD_MEDIUMStatic value Standard_Medium for ApplicationGatewaySkuName.static ApplicationGatewaySkuNameApplicationGatewaySkuName. STANDARD_SMALLStatic value Standard_Small for ApplicationGatewaySkuName.static ApplicationGatewaySkuNameApplicationGatewaySkuName. STANDARD_V2Static value Standard_v2 for ApplicationGatewaySkuName.static ApplicationGatewaySkuNameApplicationGatewaySkuName. WAF_LARGEStatic value WAF_Large for ApplicationGatewaySkuName.static ApplicationGatewaySkuNameApplicationGatewaySkuName. WAF_MEDIUMStatic value WAF_Medium for ApplicationGatewaySkuName.static ApplicationGatewaySkuNameApplicationGatewaySkuName. WAF_V2Static value WAF_v2 for ApplicationGatewaySkuName.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySkuName Modifier and Type Method Description static ApplicationGatewaySkuNameApplicationGatewaySkuName. fromString(String name)Creates or finds a ApplicationGatewaySkuName from its string representation.ApplicationGatewaySkuNameApplicationGatewaySku. name()Get the name property: Name of an application gateway SKU.ApplicationGatewaySkuNameApplicationGateway. size()Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewaySkuName Modifier and Type Method Description static Collection<ApplicationGatewaySkuName>ApplicationGatewaySkuName. values()Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewaySkuName Modifier and Type Method Description ApplicationGatewaySkuApplicationGatewaySku. withName(ApplicationGatewaySkuName name)Set the name property: Name of an application gateway SKU.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithSku. withSize(ApplicationGatewaySkuName size)Specifies the size of the application gateway to create within the context of the selected tier.ApplicationGateway.UpdateApplicationGateway.UpdateStages.WithSku. withSize(ApplicationGatewaySkuName size)Specifies the size of the application gateway to use within the context of the selected tier.
-