Uses of Class
com.azure.resourcemanager.automation.models.DscConfigurationListResult
Packages that use DscConfigurationListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscConfigurationListResult in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return DscConfigurationListResultModifier and TypeMethodDescriptionstatic DscConfigurationListResult
DscConfigurationListResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DscConfigurationListResult from the JsonReader.DscConfigurationListResult.withNextLink
(String nextLink) Set the nextLink property: Gets or sets the next link.DscConfigurationListResult.withTotalCount
(Integer totalCount) Set the totalCount property: Gets the total number of configurations matching filter criteria.DscConfigurationListResult.withValue
(List<DscConfigurationInner> value) Set the value property: Gets or sets a list of configurations.