Uses of Class
com.azure.resourcemanager.resources.models.ManagementLockListResult
Packages that use ManagementLockListResult
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ManagementLockListResult in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ManagementLockListResultModifier and TypeMethodDescriptionstatic ManagementLockListResultManagementLockListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementLockListResult from the JsonReader.ManagementLockListResult.withNextLink(String nextLink) Set the nextLink property: The URL to use for getting the next set of results.ManagementLockListResult.withValue(List<ManagementLockObjectInner> value) Set the value property: The list of locks.