Uses of Class
com.microsoft.azure.management.network.ApplicationGatewayTier
-
Packages that use ApplicationGatewayTier Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayTier in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as ApplicationGatewayTier Modifier and Type Field Description static ApplicationGatewayTierApplicationGatewayTier. STANDARDStatic value Standard for ApplicationGatewayTier.static ApplicationGatewayTierApplicationGatewayTier. STANDARD_V2Static value Standard_v2 for ApplicationGatewayTier.static ApplicationGatewayTierApplicationGatewayTier. WAFStatic value WAF for ApplicationGatewayTier.static ApplicationGatewayTierApplicationGatewayTier. WAF_V2Static value WAF_v2 for ApplicationGatewayTier.Methods in com.microsoft.azure.management.network that return ApplicationGatewayTier Modifier and Type Method Description static ApplicationGatewayTierApplicationGatewayTier. fromString(String name)Creates or finds a ApplicationGatewayTier from its string representation.ApplicationGatewayTierApplicationGateway. tier()ApplicationGatewayTierApplicationGatewaySku. tier()Get the tier value.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGatewayTier Modifier and Type Method Description static Collection<ApplicationGatewayTier>ApplicationGatewayTier. values()Methods in com.microsoft.azure.management.network with parameters of type ApplicationGatewayTier Modifier and Type Method Description ApplicationGatewaySkuApplicationGatewaySku. withTier(ApplicationGatewayTier tier)Set the tier value.
-