Class OrchestratorVersionProfileListResultInner

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.fluent.models.OrchestratorVersionProfileListResultInner

public final class OrchestratorVersionProfileListResultInner extends Object
The list of versions for supported orchestrators.
  • Constructor Details

    • OrchestratorVersionProfileListResultInner

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

    • orchestrators

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

      Set the orchestrators property: Profile of the orchestrator versions.
      Parameters:
      orchestrators - the orchestrators value to set.
      Returns:
      the OrchestratorVersionProfileListResultInner object itself.
    • id

      public String id()
      Get the id property: Resource Id.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Resource Name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: Resource Type.
      Returns:
      the type value.
    • validate

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