ManagementLocks Interface
Implements
public interface ManagementLocks
extends SupportsListing<ManagementLock>, SupportsCreating<Blank>, SupportsDeletingById, SupportsListingByResourceGroup<ManagementLock>, SupportsGettingByResourceGroup<ManagementLock>, SupportsGettingById<ManagementLock>, SupportsDeletingByResourceGroup, SupportsBatchCreation<ManagementLock>, SupportsBatchDeletion, HasManager<ResourceManager>
Entry point to management lock management.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listForResource(String resourceId)
Lists management locks associated with the specified resource, its resource group and any resources below the resource. |
abstract
Paged |
listForResourceAsync(String resourceId)
Lists management locks associated with the specified resource, its resource group, and any level below the resource. |
Method Details
listForResource
public abstract PagedIterable
Lists management locks associated with the specified resource, its resource group and any resources below the resource.
Parameters:
Returns:
listForResourceAsync
public abstract PagedFlux
Lists management locks associated with the specified resource, its resource group, and any level below the resource.
Parameters:
Returns:
Applies to
Azure SDK for Java