Class BuildServiceAgentPoolProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.BuildServiceAgentPoolProperties
Build service agent pool properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpoolSize()Get the poolSize property: build service agent pool size properties.Get the provisioningState property: Provisioning state of the build service agent pool.voidvalidate()Validates the instance.Set the poolSize property: build service agent pool size properties.
-
Constructor Details
-
BuildServiceAgentPoolProperties
public BuildServiceAgentPoolProperties()
-
-
Method Details
-
provisioningState
Get the provisioningState property: Provisioning state of the build service agent pool.- Returns:
- the provisioningState value.
-
poolSize
Get the poolSize property: build service agent pool size properties.- Returns:
- the poolSize value.
-
withPoolSize
Set the poolSize property: build service agent pool size properties.- Parameters:
poolSize- the poolSize value to set.- Returns:
- the BuildServiceAgentPoolProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-