Class VirtualNetworksList

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.VirtualNetworksList

public final class VirtualNetworksList extends Object
List of VirtualNetworks.
  • Constructor Details

    • VirtualNetworksList

      public VirtualNetworksList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: Url to follow for getting next page of VirtualNetworks.
      Returns:
      the nextLink value.
    • withNextLink

      public VirtualNetworksList withNextLink(String nextLink)
      Set the nextLink property: Url to follow for getting next page of VirtualNetworks.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the VirtualNetworksList object itself.
    • value

      public List<VirtualNetworkInner> value()
      Get the value property: Array of VirtualNetworks.
      Returns:
      the value value.
    • withValue

      public VirtualNetworksList withValue(List<VirtualNetworkInner> value)
      Set the value property: Array of VirtualNetworks.
      Parameters:
      value - the value value to set.
      Returns:
      the VirtualNetworksList object itself.
    • validate

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