Class DiskAccessList
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.DiskAccessList
-
public final class DiskAccessList extends Object
The List disk access operation response.
-
-
Constructor Summary
Constructors Constructor Description DiskAccessList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The uri to fetch the next page of disk access resources.voidvalidate()Validates the instance.List<DiskAccessInner>value()Get the value property: A list of disk access resources.DiskAccessListwithNextLink(String nextLink)Set the nextLink property: The uri to fetch the next page of disk access resources.DiskAccessListwithValue(List<DiskAccessInner> value)Set the value property: A list of disk access resources.
-
-
-
Method Detail
-
value
public List<DiskAccessInner> value()
Get the value property: A list of disk access resources.- Returns:
- the value value.
-
withValue
public DiskAccessList withValue(List<DiskAccessInner> value)
Set the value property: A list of disk access resources.- Parameters:
value- the value value to set.- Returns:
- the DiskAccessList object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources.- Returns:
- the nextLink value.
-
withNextLink
public DiskAccessList withNextLink(String nextLink)
Set the nextLink property: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the DiskAccessList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-