Class LabServicesSkuInner
java.lang.Object
com.azure.resourcemanager.labservices.fluent.models.LabServicesSkuInner
Azure Lab Services resource SKUs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the capabilities property: The capabilities of the SKU.capacity()
Get the capacity property: The scale out/in options of the SKU.costs()
Get the costs property: Metadata for retrieving price info of a lab services SKUs.family()
Get the family property: The family of the SKU.Get the locations property: List of locations that are available for a size.name()
Get the name property: The name of the SKU.Get the resourceType property: The lab services resource type.Get the restrictions property: Restrictions of a lab services SKUs.size()
Get the size property: The SKU size.tier()
Get the tier property: The tier of the SKU.void
validate()
Validates the instance.withCapacity
(LabServicesSkuCapacity capacity) Set the capacity property: The scale out/in options of the SKU.
-
Constructor Details
-
LabServicesSkuInner
public LabServicesSkuInner()
-
-
Method Details
-
resourceType
Get the resourceType property: The lab services resource type.- Returns:
- the resourceType value.
-
name
Get the name property: The name of the SKU.- Returns:
- the name value.
-
tier
Get the tier property: The tier of the SKU.- Returns:
- the tier value.
-
size
Get the size property: The SKU size.- Returns:
- the size value.
-
family
Get the family property: The family of the SKU.- Returns:
- the family value.
-
capacity
Get the capacity property: The scale out/in options of the SKU.- Returns:
- the capacity value.
-
withCapacity
Set the capacity property: The scale out/in options of the SKU.- Parameters:
capacity
- the capacity value to set.- Returns:
- the LabServicesSkuInner object itself.
-
capabilities
Get the capabilities property: The capabilities of the SKU.- Returns:
- the capabilities value.
-
locations
Get the locations property: List of locations that are available for a size.- Returns:
- the locations value.
-
costs
Get the costs property: Metadata for retrieving price info of a lab services SKUs.- Returns:
- the costs value.
-
restrictions
Get the restrictions property: Restrictions of a lab services SKUs.- Returns:
- the restrictions value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-