Class BuildServicePropertiesResourceRequests
java.lang.Object
com.azure.resourcemanager.appplatform.models.BuildServicePropertiesResourceRequests
The runtime resource configuration of this build service.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of BuildServicePropertiesResourceRequests class. -
Method Summary
-
Constructor Details
-
BuildServicePropertiesResourceRequests
public BuildServicePropertiesResourceRequests()Creates an instance of BuildServicePropertiesResourceRequests class.
-
-
Method Details
-
cpu
Get the cpu property: vCPU allocated to the entire build service node pool.- Returns:
- the cpu value.
-
memory
Get the memory property: Memory allocated to the entire build service node pool.- Returns:
- the memory value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-