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