Class ProvisionedClustersCommonPropertiesStatusFeaturesStatus

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

public final class ProvisionedClustersCommonPropertiesStatusFeaturesStatus extends Object
Additional features status like Arc Agent Onboarding.
  • Constructor Details

    • ProvisionedClustersCommonPropertiesStatusFeaturesStatus

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

    • arcAgentStatus

      public ArcAgentStatus arcAgentStatus()
      Get the arcAgentStatus property: Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.
      Returns:
      the arcAgentStatus value.
    • withArcAgentStatus

      public ProvisionedClustersCommonPropertiesStatusFeaturesStatus withArcAgentStatus(ArcAgentStatus arcAgentStatus)
      Set the arcAgentStatus property: Defines the observed Arc Agent status that is resourceSynced back to the ARM resource.
      Parameters:
      arcAgentStatus - the arcAgentStatus value to set.
      Returns:
      the ProvisionedClustersCommonPropertiesStatusFeaturesStatus object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.