Uses of Class
com.azure.resourcemanager.network.models.LoadBalancerSkuTier
Packages that use LoadBalancerSkuTier
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerSkuTier in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as LoadBalancerSkuTierModifier and TypeFieldDescriptionstatic final LoadBalancerSkuTierLoadBalancerSkuTier.GLOBALStatic value Global for LoadBalancerSkuTier.static final LoadBalancerSkuTierLoadBalancerSkuTier.REGIONALStatic value Regional for LoadBalancerSkuTier.Methods in com.azure.resourcemanager.network.models that return LoadBalancerSkuTierModifier and TypeMethodDescriptionstatic LoadBalancerSkuTierLoadBalancerSkuTier.fromString(String name) Creates or finds a LoadBalancerSkuTier from its string representation.LoadBalancerSku.tier()Get the tier property: Tier of a load balancer SKU.Methods in com.azure.resourcemanager.network.models that return types with arguments of type LoadBalancerSkuTierModifier and TypeMethodDescriptionstatic Collection<LoadBalancerSkuTier> LoadBalancerSkuTier.values()Gets known LoadBalancerSkuTier values.Methods in com.azure.resourcemanager.network.models with parameters of type LoadBalancerSkuTierModifier and TypeMethodDescriptionLoadBalancerSku.withTier(LoadBalancerSkuTier tier) Set the tier property: Tier of a load balancer SKU.