Class DelegatedControllers

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

public final class DelegatedControllers extends Object
An array of Delegated controller resources.
  • Constructor Details

    • DelegatedControllers

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

    • value

      public List<DelegatedControllerInner> value()
      Get the value property: An array of Delegated controller resources.
      Returns:
      the value value.
    • withValue

      Set the value property: An array of Delegated controller resources.
      Parameters:
      value - the value value to set.
      Returns:
      the DelegatedControllers object itself.
    • nextLink

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

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