Class DiskList
java.lang.Object
com.azure.resourcemanager.compute.models.DiskList
The List Disks operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The uri to fetch the next page of disks.voidvalidate()Validates the instance.value()Get the value property: A list of disks.withNextLink(String nextLink) Set the nextLink property: The uri to fetch the next page of disks.Set the value property: A list of disks.
-
Constructor Details
-
DiskList
public DiskList()Creates an instance of DiskList class.
-
-
Method Details
-
value
Get the value property: A list of disks.- Returns:
- the value value.
-
withValue
Set the value property: A list of disks.- Parameters:
value- the value value to set.- Returns:
- the DiskList object itself.
-
nextLink
Get the nextLink property: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the DiskList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-