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