Class DelegatedSubnets

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

public final class DelegatedSubnets extends Object
An array of DelegatedSubnet resources.
  • Constructor Details

    • DelegatedSubnets

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

    • value

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

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

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

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