Class ExpressRouteCircuitSku
java.lang.Object
com.azure.resourcemanager.network.models.ExpressRouteCircuitSku
Contains SKU in an ExpressRouteCircuit.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ExpressRouteCircuitSku class. -
Method Summary
Modifier and TypeMethodDescriptionfamily()Get the family property: The family of the SKU.name()Get the name property: The name of the SKU.tier()Get the tier property: The tier of the SKU.voidvalidate()Validates the instance.Set the family property: The family of the SKU.Set the name property: The name of the SKU.Set the tier property: The tier of the SKU.
-
Constructor Details
-
ExpressRouteCircuitSku
public ExpressRouteCircuitSku()Creates an instance of ExpressRouteCircuitSku class.
-
-
Method Details
-
name
Get the name property: The name of the SKU.- Returns:
- the name value.
-
withName
Set the name property: The name of the SKU.- Parameters:
name- the name value to set.- Returns:
- the ExpressRouteCircuitSku object itself.
-
tier
Get the tier property: The tier of the SKU.- Returns:
- the tier value.
-
withTier
Set the tier property: The tier of the SKU.- Parameters:
tier- the tier value to set.- Returns:
- the ExpressRouteCircuitSku object itself.
-
family
Get the family property: The family of the SKU.- Returns:
- the family value.
-
withFamily
Set the family property: The family of the SKU.- Parameters:
family- the family value to set.- Returns:
- the ExpressRouteCircuitSku object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-