Class DeletedAccountListResult
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.DeletedAccountListResult
-
public final class DeletedAccountListResult extends Object
The response from the List Deleted Accounts operation.
-
-
Constructor Summary
Constructors Constructor Description DeletedAccountListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Request URL that can be used to query next page of deleted accounts.voidvalidate()Validates the instance.List<DeletedAccountInner>value()Get the value property: Gets the list of deleted accounts and their properties.
-
-
-
Method Detail
-
value
public List<DeletedAccountInner> value()
Get the value property: Gets the list of deleted accounts and their properties.- Returns:
- the value value.
-
nextLink
public String nextLink()
Get the nextLink property: Request URL that can be used to query next page of deleted accounts. Returned when total number of requested deleted accounts exceed maximum page size.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-