java.lang.Object
com.azure.resourcemanager.delegatednetwork.models.Orchestrators

public final class Orchestrators extends Object
An array of OrchestratorInstance resources.
  • Constructor Details

    • Orchestrators

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

    • value

      public List<OrchestratorInner> value()
      Get the value property: An array of OrchestratorInstance resources.
      Returns:
      the value value.
    • withValue

      public Orchestrators withValue(List<OrchestratorInner> value)
      Set the value property: An array of OrchestratorInstance resources.
      Parameters:
      value - the value value to set.
      Returns:
      the Orchestrators object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of orchestrators.
      Returns:
      the nextLink value.
    • validate

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