Class AgentPoolProvisioningStatus

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.AgentPoolProvisioningStatus

public class AgentPoolProvisioningStatus extends Object
The agentPool resource provisioning status definition.
  • Constructor Details

    • AgentPoolProvisioningStatus

      public AgentPoolProvisioningStatus()
      Creates an instance of AgentPoolProvisioningStatus class.
  • Method Details

    • provisioningState

      public AgentPoolProvisioningState 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.