BuildServiceAgentPoolProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. BuildServiceAgentPoolProperties
- com.
Implements
public final class BuildServiceAgentPoolProperties
implements JsonSerializable<BuildServiceAgentPoolProperties>
Build service agent pool properties.
Constructor Summary
Constructor | Description |
---|---|
BuildServiceAgentPoolProperties() |
Creates an instance of Build |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Build |
fromJson(JsonReader jsonReader)
Reads an instance of Build |
Build |
poolSize()
Get the pool |
String |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Build |
withPoolSize(BuildServiceAgentPoolSizeProperties poolSize)
Set the pool |
Methods inherited from java.lang.Object
Constructor Details
BuildServiceAgentPoolProperties
public BuildServiceAgentPoolProperties()
Creates an instance of BuildServiceAgentPoolProperties class.
Method Details
fromJson
public static BuildServiceAgentPoolProperties fromJson(JsonReader jsonReader)
Reads an instance of BuildServiceAgentPoolProperties from the JsonReader.
Parameters:
Returns:
Throws:
poolSize
public BuildServiceAgentPoolSizeProperties poolSize()
Get the poolSize property: build service agent pool size properties.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Provisioning state of the build service agent pool.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPoolSize
public BuildServiceAgentPoolProperties withPoolSize(BuildServiceAgentPoolSizeProperties poolSize)
Set the poolSize property: build service agent pool size properties.
Parameters:
Returns:
Applies to
Azure SDK for Java