Class LoadBalancerSkuType
java.lang.Object
com.azure.resourcemanager.network.models.LoadBalancerSkuType
Defines values for LoadBalancerSkuType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LoadBalancerSkuTypeStatic value Basic for LoadBalancerSkuType.static final LoadBalancerSkuTypeStatic value Standard for LoadBalancerSkuType. -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic LoadBalancerSkuTypefromSku(LoadBalancerSku lbSku) Parses a value into a SKU type and creates a new LoadBalancerSkuType instance if not found among the existing ones.inthashCode()sku()Gets the LoadBalancerSku associated with the LoadBalancerSkuType.static LoadBalancerSkuType[]values()Gets predefined LoadBalancer SKU types.
-
Field Details
-
BASIC
Static value Basic for LoadBalancerSkuType. -
STANDARD
Static value Standard for LoadBalancerSkuType.
-
-
Method Details
-
values
Gets predefined LoadBalancer SKU types.- Returns:
- predefined LoadBalancer SKU types
-
fromSku
Parses a value into a SKU type and creates a new LoadBalancerSkuType instance if not found among the existing ones.- Parameters:
lbSku- a sku- Returns:
- the LoadBalancerSkuType
-
sku
Gets the LoadBalancerSku associated with the LoadBalancerSkuType.- Returns:
- the LoadBalancerSku associated with the LoadBalancerSkuType.
-
hashCode
public int hashCode() -
equals
-