DeletedAccountListResult interface
The response from the List Deleted Accounts operation.
Properties
next |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Gets the list of deleted accounts and their properties. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
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. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
Gets the list of deleted accounts and their properties. NOTE: This property will not be serialized. It can only be populated by the server.
value?: DeletedAccount[]