Class AgentPoolProvisioningStatus
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.AgentPoolProvisioningStatus
The agentPool resource provisioning status definition.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AgentPoolProvisioningStatus class. -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The provisioningState property.status()
Get the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.void
validate()
Validates the instance.Set the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.
-
Constructor Details
-
AgentPoolProvisioningStatus
public AgentPoolProvisioningStatus()Creates an instance of AgentPoolProvisioningStatus class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioningState property.- Returns:
- the provisioningState value.
-
status
Get the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.- Returns:
- the status value.
-
withStatus
Set the status property: HybridAKSNodePoolStatus defines the observed state of HybridAKSNodePool.- Parameters:
status
- the status value to set.- Returns:
- the AgentPoolProvisioningStatus object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-