你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: