Uses of Class
com.azure.resourcemanager.automation.models.DscNodeReportListResult
Packages that use DscNodeReportListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscNodeReportListResult in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return DscNodeReportListResultModifier and TypeMethodDescriptionstatic DscNodeReportListResult
DscNodeReportListResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DscNodeReportListResult from the JsonReader.DscNodeReportListResult.withNextLink
(String nextLink) Set the nextLink property: Gets or sets the next link.DscNodeReportListResult.withValue
(List<DscNodeReportInner> value) Set the value property: Gets or sets a list of dsc node reports.