Class ProvisionedClustersCommonPropertiesFeatures

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

public final class ProvisionedClustersCommonPropertiesFeatures extends Object
Additional features specs like Arc Agent Onboarding.
  • Constructor Details

    • ProvisionedClustersCommonPropertiesFeatures

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

    • arcAgentProfile

      public ArcAgentProfile arcAgentProfile()
      Get the arcAgentProfile property: Arc agentry configuration for the provisioned cluster.
      Returns:
      the arcAgentProfile value.
    • withArcAgentProfile

      public ProvisionedClustersCommonPropertiesFeatures withArcAgentProfile(ArcAgentProfile arcAgentProfile)
      Set the arcAgentProfile property: Arc agentry configuration for the provisioned cluster.
      Parameters:
      arcAgentProfile - the arcAgentProfile value to set.
      Returns:
      the ProvisionedClustersCommonPropertiesFeatures object itself.
    • validate

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