LabServicesSkuInner Class
- java.
lang. Object - com.
azure. resourcemanager. labservices. fluent. models. LabServicesSkuInner
- com.
Implements
public final class LabServicesSkuInner
implements JsonSerializable<LabServicesSkuInner>
Azure Lab Services resource SKUs.
Constructor Summary
| Constructor | Description |
|---|---|
| LabServicesSkuInner() |
Creates an instance of Lab |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Lab |
capabilities()
Get the capabilities property: The capabilities of the SKU. |
|
Lab |
capacity()
Get the capacity property: The scale out/in options of the SKU. |
|
List<Lab |
costs()
Get the costs property: Metadata for retrieving price info of a lab services SKUs. |
| String |
family()
Get the family property: The family of the SKU. |
|
static
Lab |
fromJson(JsonReader jsonReader)
Reads an instance of Lab |
| List<String> |
locations()
Get the locations property: List of locations that are available for a size. |
| String |
name()
Get the name property: The name of the SKU. |
| String |
resourceType()
Get the resource |
|
List<Lab |
restrictions()
Get the restrictions property: Restrictions of a lab services SKUs. |
| String |
size()
Get the size property: The SKU size. |
|
Lab |
tier()
Get the tier property: The tier of the SKU. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Lab |
withCapacity(LabServicesSkuCapacity capacity)
Set the capacity property: The scale out/in options of the SKU. |
Methods inherited from java.lang.Object
Constructor Details
LabServicesSkuInner
public LabServicesSkuInner()
Creates an instance of LabServicesSkuInner class.
Method Details
capabilities
public List<LabServicesSkuCapabilities> capabilities()
Get the capabilities property: The capabilities of the SKU.
Returns:
capacity
public LabServicesSkuCapacity capacity()
Get the capacity property: The scale out/in options of the SKU.
Returns:
costs
public List<LabServicesSkuCost> costs()
Get the costs property: Metadata for retrieving price info of a lab services SKUs.
Returns:
family
public String family()
Get the family property: The family of the SKU.
Returns:
fromJson
public static LabServicesSkuInner fromJson(JsonReader jsonReader)
Reads an instance of LabServicesSkuInner from the JsonReader.
Parameters:
Returns:
Throws:
locations
public List<String> locations()
Get the locations property: List of locations that are available for a size.
Returns:
name
public String name()
Get the name property: The name of the SKU.
Returns:
resourceType
public String resourceType()
Get the resourceType property: The lab services resource type.
Returns:
restrictions
public List<LabServicesSkuRestrictions> restrictions()
Get the restrictions property: Restrictions of a lab services SKUs.
Returns:
size
public String size()
Get the size property: The SKU size.
Returns:
tier
public LabServicesSkuTier tier()
Get the tier property: The tier of the SKU.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCapacity
public LabServicesSkuInner withCapacity(LabServicesSkuCapacity capacity)
Set the capacity property: The scale out/in options of the SKU.
Parameters:
Returns: