Class SapVirtualInstanceList

java.lang.Object
com.azure.resourcemanager.workloads.models.SapVirtualInstanceList

public final class SapVirtualInstanceList extends Object
Defines the collection of Virtual Instance for SAP.
  • Constructor Details

    • SapVirtualInstanceList

      public SapVirtualInstanceList()
  • Method Details

    • value

      public List<SapVirtualInstanceInner> value()
      Get the value property: Gets the list of Virtual Instances for SAP.
      Returns:
      the value value.
    • withValue

      Set the value property: Gets the list of Virtual Instances for SAP.
      Parameters:
      value - the value value to set.
      Returns:
      the SapVirtualInstanceList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Gets the value of next link.
      Returns:
      the nextLink value.
    • withNextLink

      public SapVirtualInstanceList withNextLink(String nextLink)
      Set the nextLink property: Gets the value of next link.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the SapVirtualInstanceList object itself.
    • validate

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