AutoScaleVCoreMutableProperties Class
- java.
lang. Object - com.
azure. resourcemanager. powerbidedicated. fluent. models. AutoScaleVCoreMutableProperties
- com.
Implements
public class AutoScaleVCoreMutableProperties
implements JsonSerializable<AutoScaleVCoreMutableProperties>
An object that represents a set of mutable auto scale v-core resource properties.
Constructor Summary
| Constructor | Description |
|---|---|
| AutoScaleVCoreMutableProperties() |
Creates an instance of Auto |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
capacityLimit()
Get the capacity |
|
static
Auto |
fromJson(JsonReader jsonReader)
Reads an instance of Auto |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Auto |
withCapacityLimit(Integer capacityLimit)
Set the capacity |
Methods inherited from java.lang.Object
Constructor Details
AutoScaleVCoreMutableProperties
public AutoScaleVCoreMutableProperties()
Creates an instance of AutoScaleVCoreMutableProperties class.
Method Details
capacityLimit
public Integer capacityLimit()
Get the capacityLimit property: The maximum capacity of an auto scale v-core resource.
Returns:
fromJson
public static AutoScaleVCoreMutableProperties fromJson(JsonReader jsonReader)
Reads an instance of AutoScaleVCoreMutableProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCapacityLimit
public AutoScaleVCoreMutableProperties withCapacityLimit(Integer capacityLimit)
Set the capacityLimit property: The maximum capacity of an auto scale v-core resource.
Parameters:
Returns: