DscConfigurationListResult Class

The response model for the list configuration operation.

Inheritance
msrest.serialization.Model
DscConfigurationListResult

Constructor

DscConfigurationListResult(*, value: List[DscConfiguration] | None = None, next_link: str | None = None, total_count: int | None = None, **kwargs)

Parameters

Name Description
value
Required

Gets or sets a list of configurations.

next_link
Required
str

Gets or sets the next link.

total_count
Required
int

Gets the total number of configurations matching filter criteria.

Keyword-Only Parameters

Name Description
value
Required
next_link
Required
total_count
Required