Class ResourceSkuRestrictions
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.ResourceSkuRestrictions
-
public final class ResourceSkuRestrictions extends Object
Describes scaling information of a SKU.
-
-
Constructor Summary
Constructors Constructor Description ResourceSkuRestrictions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceSkuRestrictionsReasonCodereasonCode()Get the reasonCode property: The reason for restriction.ResourceSkuRestrictionInforestrictionInfo()Get the restrictionInfo property: The information about the restriction where the SKU cannot be used.ResourceSkuRestrictionsTypetype()Get the type property: The type of restrictions.voidvalidate()Validates the instance.List<String>values()Get the values property: The value of restrictions.
-
-
-
Method Detail
-
type
public ResourceSkuRestrictionsType type()
Get the type property: The type of restrictions.- Returns:
- the type value.
-
values
public List<String> values()
Get the values property: The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.- Returns:
- the values value.
-
restrictionInfo
public ResourceSkuRestrictionInfo restrictionInfo()
Get the restrictionInfo property: The information about the restriction where the SKU cannot be used.- Returns:
- the restrictionInfo value.
-
reasonCode
public ResourceSkuRestrictionsReasonCode reasonCode()
Get the reasonCode property: The reason for restriction.- Returns:
- the reasonCode value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-