Uses of Class
com.azure.resourcemanager.automation.models.SourceControlListResult
Packages that use SourceControlListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of SourceControlListResult in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return SourceControlListResultModifier and TypeMethodDescriptionstatic SourceControlListResult
SourceControlListResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SourceControlListResult from the JsonReader.SourceControlListResult.withNextLink
(String nextLink) Set the nextLink property: The next link.SourceControlListResult.withValue
(List<SourceControlInner> value) Set the value property: The list of source controls.