BuildServicePropertiesResourceRequests Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. BuildServicePropertiesResourceRequests
- com.
Implements
public final class BuildServicePropertiesResourceRequests
implements JsonSerializable<BuildServicePropertiesResourceRequests>
The runtime resource configuration of this build service.
Constructor Summary
Constructor | Description |
---|---|
BuildServicePropertiesResourceRequests() |
Creates an instance of Build |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
cpu()
Get the cpu property: vCPU allocated to the entire build service node pool. |
static
Build |
fromJson(JsonReader jsonReader)
Reads an instance of Build |
String |
memory()
Get the memory property: Memory allocated to the entire build service node pool. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
BuildServicePropertiesResourceRequests
public BuildServicePropertiesResourceRequests()
Creates an instance of BuildServicePropertiesResourceRequests class.
Method Details
cpu
public String cpu()
Get the cpu property: vCPU allocated to the entire build service node pool.
Returns:
fromJson
public static BuildServicePropertiesResourceRequests fromJson(JsonReader jsonReader)
Reads an instance of BuildServicePropertiesResourceRequests from the JsonReader.
Parameters:
Returns:
Throws:
memory
public String memory()
Get the memory property: Memory allocated to the entire build service node pool.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java