DiskEncryptionSetList Class

The List disk encryption set operation response.

All required parameters must be populated in order to send to Azure.

Inheritance
DiskEncryptionSetList

Constructor

DiskEncryptionSetList(*, value: List[azure.mgmt.compute.v2021_04_01.models._models_py3.DiskEncryptionSet], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[DiskEncryptionSet]
Required

Required. A list of disk encryption sets.

next_link
str
Required

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