DscNodeConfigurationListResult Class

The response model for the list job operation.

Inheritance
DscNodeConfigurationListResult

Constructor

DscNodeConfigurationListResult(*, value: Optional[List[azure.mgmt.automation.models._models_py3.DscNodeConfiguration]] = None, next_link: Optional[str] = None, total_count: Optional[int] = None, **kwargs)

Parameters

value
list[DscNodeConfiguration]
Required

Gets or sets a list of Dsc node configurations.

next_link
str
Required

Gets or sets the next link.

total_count
int
Required

Gets or sets the total rows in query.