Class VirtualNetworkLinkListResult

java.lang.Object
com.azure.resourcemanager.privatedns.models.VirtualNetworkLinkListResult

public final class VirtualNetworkLinkListResult extends Object
The response to a list virtual network link to Private DNS zone operation.
  • Constructor Details

    • VirtualNetworkLinkListResult

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

    • value

      public List<VirtualNetworkLinkInner> value()
      Get the value property: Information about the virtual network links to the Private DNS zones.
      Returns:
      the value value.
    • withValue

      Set the value property: Information about the virtual network links to the Private DNS zones.
      Parameters:
      value - the value value to set.
      Returns:
      the VirtualNetworkLinkListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The continuation token for the next page of results.
      Returns:
      the nextLink value.
    • validate

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