Package version:

Interface DiskEncryptionSetList

The List disk encryption set operation response.

interface DiskEncryptionSetList {
    nextLink?: string;
    value: DiskEncryptionSet[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets.

A list of disk encryption sets.