Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewaySkuFamily
Packages that use ApplicationGatewaySkuFamily
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewaySkuFamily in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ApplicationGatewaySkuFamily in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classFamily of an application gateway SKU.Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewaySkuFamilyModifier and TypeFieldDescriptionstatic final ApplicationGatewaySkuFamilyApplicationGatewaySkuFamily.GENERATION_1Static value Generation_1 for ApplicationGatewaySkuFamily.static final ApplicationGatewaySkuFamilyApplicationGatewaySkuFamily.GENERATION_2Static value Generation_2 for ApplicationGatewaySkuFamily.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySkuFamilyModifier and TypeMethodDescriptionApplicationGatewaySku.family()Get the family property: Family of an application gateway SKU.static ApplicationGatewaySkuFamilyApplicationGatewaySkuFamily.fromString(String name) Creates or finds a ApplicationGatewaySkuFamily from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewaySkuFamilyModifier and TypeMethodDescriptionApplicationGatewaySkuFamily.values()Gets known ApplicationGatewaySkuFamily values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewaySkuFamilyModifier and TypeMethodDescriptionApplicationGatewaySku.withFamily(ApplicationGatewaySkuFamily family) Set the family property: Family of an application gateway SKU.