Uses of Class
com.azure.resourcemanager.automation.models.DscNodeListResult
Packages that use DscNodeListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscNodeListResult in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return DscNodeListResultModifier and TypeMethodDescriptionstatic DscNodeListResult
DscNodeListResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DscNodeListResult from the JsonReader.DscNodeListResult.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.