Uses of Class
com.azure.resourcemanager.automation.models.DscNodeConfigurationListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscNodeConfigurationListResult in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionDscNodeConfigurationListResult.withNextLink
(String nextLink) Set the nextLink property: Gets or sets the next link.DscNodeConfigurationListResult.withTotalCount
(Integer totalCount) Set the totalCount property: Gets or sets the total rows in query.DscNodeConfigurationListResult.withValue
(List<DscNodeConfigurationInner> value) Set the value property: Gets or sets a list of Dsc node configurations.