Class DiskEncryptionSetList

java.lang.Object
com.azure.resourcemanager.compute.models.DiskEncryptionSetList

public final class DiskEncryptionSetList extends Object
The List disk encryption set operation response.
  • Constructor Details

    • DiskEncryptionSetList

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

    • value

      public List<DiskEncryptionSetInner> value()
      Get the value property: A list of disk encryption sets.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of disk encryption sets.
      Parameters:
      value - the value value to set.
      Returns:
      the DiskEncryptionSetList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets.
      Returns:
      the nextLink value.
    • withNextLink

      public DiskEncryptionSetList withNextLink(String nextLink)
      Set the nextLink property: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the DiskEncryptionSetList object itself.
    • validate

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