public interface ManagementLocks extends SupportsListing<ManagementLock>, SupportsCreating<ManagementLock.DefinitionStages.Blank>, SupportsDeletingById, SupportsListingByResourceGroup<ManagementLock>, SupportsGettingByResourceGroup<ManagementLock>, SupportsGettingById<ManagementLock>, SupportsDeletingByResourceGroup, SupportsBatchCreation<ManagementLock>, SupportsBatchDeletion, HasManager<ResourceManager>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<ManagementLock> |
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> |
listForResourceAsync(String resourceId)
Lists management locks associated with the specified resource, its resource group, and
any level below the resource.
|
list, listAsyncdefinedeleteById, deleteByIdAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsyncgetById, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsynccreate, create, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncmanagercom.azure.core.http.rest.PagedIterable<ManagementLock> listForResource(String resourceId)
resourceId - the resource ID of the resourcecom.azure.core.http.rest.PagedFlux<ManagementLock> listForResourceAsync(String resourceId)
resourceId - the resource Id of the resourceCopyright © 2021 Microsoft Corporation. All rights reserved.