Package version:

Interface DeletedAccounts

Interface representing a DeletedAccounts.

interface DeletedAccounts {
    get(deletedAccountName: string, location: string, options?: DeletedAccountsGetOptionalParams): Promise<DeletedAccount>;
    list(options?: DeletedAccountsListOptionalParams): PagedAsyncIterableIterator<DeletedAccount>;
}

Methods

Methods