LabServicesSkuCapacity Class
- java.
lang. Object - com.
azure. resourcemanager. labservices. models. LabServicesSkuCapacity
- com.
Implements
public final class LabServicesSkuCapacity
implements JsonSerializable<LabServicesSkuCapacity>
The scale out/in options of the SKU.
Constructor Summary
| Constructor | Description |
|---|---|
| LabServicesSkuCapacity() |
Creates an instance of Lab |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
defaultProperty()
Get the default |
|
static
Lab |
fromJson(JsonReader jsonReader)
Reads an instance of Lab |
| Long |
maximum()
Get the maximum property: The highest permitted capacity for this resource. |
| Long |
minimum()
Get the minimum property: The lowest permitted capacity for this resource. |
|
Scale |
scaleType()
Get the scale |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
LabServicesSkuCapacity
public LabServicesSkuCapacity()
Creates an instance of LabServicesSkuCapacity class.
Method Details
defaultProperty
public Long defaultProperty()
Get the defaultProperty property: The default capacity for this resource.
Returns:
fromJson
public static LabServicesSkuCapacity fromJson(JsonReader jsonReader)
Reads an instance of LabServicesSkuCapacity from the JsonReader.
Parameters:
Returns:
Throws:
maximum
public Long maximum()
Get the maximum property: The highest permitted capacity for this resource.
Returns:
minimum
public Long minimum()
Get the minimum property: The lowest permitted capacity for this resource.
Returns:
scaleType
public ScaleType scaleType()
Get the scaleType property: The localized name of the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.