Uses of Class
com.azure.resourcemanager.automation.models.DscConfigurationListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscConfigurationListResult in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscConfigurationListResult.withNextLink
(String nextLink) Set the nextLink property: Gets or sets the next link.DscConfigurationListResult.withTotalCount
(Integer totalCount) Set the totalCount property: Gets the total number of configurations matching filter criteria.DscConfigurationListResult.withValue
(List<DscConfigurationInner> value) Set the value property: Gets or sets a list of configurations.