Class OrchestratorVersionProfileProperties

java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.OrchestratorVersionProfileProperties

public final class OrchestratorVersionProfileProperties extends Object
The properties of an orchestrator version profile.
  • Constructor Details

    • OrchestratorVersionProfileProperties

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

    • orchestrators

      public List<OrchestratorVersionProfile> orchestrators()
      Get the orchestrators property: List of orchestrator version profiles.
      Returns:
      the orchestrators value.
    • withOrchestrators

      public OrchestratorVersionProfileProperties withOrchestrators(List<OrchestratorVersionProfile> orchestrators)
      Set the orchestrators property: List of orchestrator version profiles.
      Parameters:
      orchestrators - the orchestrators value to set.
      Returns:
      the OrchestratorVersionProfileProperties object itself.
    • validate

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