RunCommandListResult Class

The List Virtual Machine operation response.

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

Inheritance
RunCommandListResult

Constructor

RunCommandListResult(*, value: List[azure.mgmt.compute.v2020_06_01.models._models_py3.RunCommandDocumentBase], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[RunCommandDocumentBase]
Required

Required. The list of virtual machine run commands.

next_link
str
Required

The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands.