Class StorageAccountListResult
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.StorageAccountListResult
-
public final class StorageAccountListResult extends Object
The response from the List Storage Accounts operation.
-
-
Constructor Summary
Constructors Constructor Description StorageAccountListResult()
-
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 storage accounts.voidvalidate()Validates the instance.List<StorageAccountInner>value()Get the value property: Gets the list of storage accounts and their properties.
-
-
-
Method Detail
-
value
public List<StorageAccountInner> value()
Get the value property: Gets the list of storage 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 storage accounts. Returned when total number of requested storage 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.
-
-