Package version:

Interface ManagedHsmListResult

The response of a ManagedHsm list operation.

interface ManagedHsmListResult {
    nextLink?: string;
    value: ManagedHsm[];
}

Properties

Properties

nextLink?: string

The link to the next page of items

value: ManagedHsm[]

The ManagedHsm items on this page