Uses of Interface
com.azure.resourcemanager.resources.models.ManagementLock
-
Packages that use ManagementLock Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ManagementLock in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ManagementLock Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ManagementLock>ManagementLocks. listForResource(String resourceId)Lists management locks associated with the specified resource, its resource group and any resources below the resource.com.azure.core.http.rest.PagedFlux<ManagementLock>ManagementLocks. listForResourceAsync(String resourceId)Lists management locks associated with the specified resource, its resource group, and any level below the resource.
-