Uses of Class
com.azure.resourcemanager.automation.models.HybridRunbookWorkerGroupsListResult
Packages that use HybridRunbookWorkerGroupsListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of HybridRunbookWorkerGroupsListResult in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return HybridRunbookWorkerGroupsListResultModifier and TypeMethodDescriptionHybridRunbookWorkerGroupsListResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of HybridRunbookWorkerGroupsListResult from the JsonReader.HybridRunbookWorkerGroupsListResult.withNextLink
(String nextLink) Set the nextLink property: Gets or sets the next link.HybridRunbookWorkerGroupsListResult.withValue
(List<HybridRunbookWorkerGroupInner> value) Set the value property: Gets or sets a list of hybrid runbook worker groups.