DeletedAccountListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The response from the List Deleted Accounts operation.
public class DeletedAccountListResult
type DeletedAccountListResult = class
Public Class DeletedAccountListResult
- Inheritance
-
DeletedAccountListResult
Constructors
DeletedAccountListResult() |
Initializes a new instance of the DeletedAccountListResult class. |
DeletedAccountListResult(IList<DeletedAccount>, String) |
Initializes a new instance of the DeletedAccountListResult class. |
Properties
NextLink |
Gets 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. |
Value |
Gets the list of deleted accounts and their properties. |