Class RecommendedMachineConfiguration
java.lang.Object
com.azure.resourcemanager.devcenter.models.RecommendedMachineConfiguration
Properties for a recommended machine configuration.
-
Constructor Summary
ConstructorDescriptionCreates an instance of RecommendedMachineConfiguration class. -
Method Summary
-
Constructor Details
-
RecommendedMachineConfiguration
public RecommendedMachineConfiguration()Creates an instance of RecommendedMachineConfiguration class.
-
-
Method Details
-
memory
Get the memory property: Recommended memory range.- Returns:
- the memory value.
-
vCPUs
Get the vCPUs property: Recommended vCPU range.- Returns:
- the vCPUs value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-