Class VirtualNetworksListResult

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.VirtualNetworksListResult

public final class VirtualNetworksListResult extends Object
The VirtualNetworksListResult model.
  • Constructor Details

    • VirtualNetworksListResult

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

    • value

      public List<VirtualNetworksInner> value()
      Get the value property: The value property.
      Returns:
      the value value.
    • withValue

      Set the value property: The value property.
      Parameters:
      value - the value value to set.
      Returns:
      the VirtualNetworksListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The nextLink property.
      Returns:
      the nextLink value.
    • withNextLink

      public VirtualNetworksListResult withNextLink(String nextLink)
      Set the nextLink property: The nextLink property.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the VirtualNetworksListResult object itself.
    • validate

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