Package version:

Interface DeletedVaultListResult

The response of a DeletedVault list operation.

interface DeletedVaultListResult {
    nextLink?: string;
    value: DeletedVault[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

value: DeletedVault[]

The DeletedVault items on this page