Package version:

Interface ManagedHsmKeyListResult

The response of a ManagedHsmKey list operation.

interface ManagedHsmKeyListResult {
    nextLink?: string;
    value: ManagedHsmKey[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

value: ManagedHsmKey[]

The ManagedHsmKey items on this page