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