VariableListResult Class

The response model for the list variables operation.

Inheritance
VariableListResult

Constructor

VariableListResult(*, value: Optional[List[azure.mgmt.automation.models._models_py3.Variable]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Variable]
Required

Gets or sets a list of variables.

next_link
str
Required

Gets or sets the next link.