DiskList Class

The response of a list operation.

Constructor

DiskList(*, value: list['_models.Disk'] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

Results of the list operation.

Default value: None
next_link
str

Link for next set of results.

Default value: None

Variables

Name Description
value

Results of the list operation.

next_link
str

Link for next set of results.