Uses of Class
com.azure.resourcemanager.network.models.ServiceGatewaySkuTier
Packages that use ServiceGatewaySkuTier
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ServiceGatewaySkuTier in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ServiceGatewaySkuTier in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classTier of a service gateway SKU.Fields in com.azure.resourcemanager.network.models declared as ServiceGatewaySkuTierModifier and TypeFieldDescriptionstatic final ServiceGatewaySkuTierServiceGatewaySkuTier.REGIONALStatic value Regional for ServiceGatewaySkuTier.Methods in com.azure.resourcemanager.network.models that return ServiceGatewaySkuTierModifier and TypeMethodDescriptionstatic ServiceGatewaySkuTierServiceGatewaySkuTier.fromString(String name) Creates or finds a ServiceGatewaySkuTier from its string representation.ServiceGatewaySku.tier()Get the tier property: Tier of a service gateway SKU.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceGatewaySkuTierModifier and TypeMethodDescriptionstatic Collection<ServiceGatewaySkuTier> ServiceGatewaySkuTier.values()Gets known ServiceGatewaySkuTier values.Methods in com.azure.resourcemanager.network.models with parameters of type ServiceGatewaySkuTierModifier and TypeMethodDescriptionServiceGatewaySku.withTier(ServiceGatewaySkuTier tier) Set the tier property: Tier of a service gateway SKU.