Class LabServicesSkuCapacity
java.lang.Object
com.azure.resourcemanager.labservices.models.LabServicesSkuCapacity
The scale out/in options of the SKU.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the defaultProperty property: The default capacity for this resource.maximum()
Get the maximum property: The highest permitted capacity for this resource.minimum()
Get the minimum property: The lowest permitted capacity for this resource.Get the scaleType property: The localized name of the resource.void
validate()
Validates the instance.
-
Constructor Details
-
LabServicesSkuCapacity
public LabServicesSkuCapacity()
-
-
Method Details
-
defaultProperty
Get the defaultProperty property: The default capacity for this resource.- Returns:
- the defaultProperty value.
-
minimum
Get the minimum property: The lowest permitted capacity for this resource.- Returns:
- the minimum value.
-
maximum
Get the maximum property: The highest permitted capacity for this resource.- Returns:
- the maximum value.
-
scaleType
Get the scaleType property: The localized name of the resource.- Returns:
- the scaleType value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-