Class BuildServiceAgentPoolResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appplatform.fluent.models.BuildServiceAgentPoolResourceInner
public final class BuildServiceAgentPoolResourceInner
extends com.azure.core.management.ProxyResource
The build service agent pool resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: build service agent pool properties.com.azure.core.management.SystemDataGet the systemData property: Metadata pertaining to creation and last modification of the resource.voidvalidate()Validates the instance.withProperties(BuildServiceAgentPoolProperties properties) Set the properties property: build service agent pool properties.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
BuildServiceAgentPoolResourceInner
public BuildServiceAgentPoolResourceInner()
-
-
Method Details
-
properties
Get the properties property: build service agent pool properties.- Returns:
- the properties value.
-
withProperties
public BuildServiceAgentPoolResourceInner withProperties(BuildServiceAgentPoolProperties properties) Set the properties property: build service agent pool properties.- Parameters:
properties- the properties value to set.- Returns:
- the BuildServiceAgentPoolResourceInner object itself.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Metadata pertaining to creation and last modification of the resource.- Returns:
- the systemData value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-