@Beta(value=V1_4_0) public interface ManagementLocks extends SupportsListing<ManagementLock>, SupportsCreating<ManagementLock.DefinitionStages.Blank>, SupportsDeletingById, SupportsListingByResourceGroup<ManagementLock>, SupportsGettingByResourceGroup<ManagementLock>, SupportsGettingById<ManagementLock>, SupportsDeletingByResourceGroup, SupportsBatchCreation<ManagementLock>, SupportsBatchDeletion, HasManager<com.microsoft.azure.management.locks.implementation.AuthorizationManager>, HasInner<com.microsoft.azure.management.locks.implementation.ManagementLocksInner>
| Modifier and Type | Method and Description |
|---|---|
PagedList<ManagementLock> |
listForResource(String resourceId)
Lists management locks associated with the specified resource, its resource group and any resources below the resource.
|
rx.Observable<ManagementLock> |
listForResourceAsync(String resourceId)
Lists management locks associated with the specified resource, its resource group, and any level below the resource.
|
list, listAsyncdefinedeleteById, deleteByIdAsync, deleteByIdAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncmanagerPagedList<ManagementLock> listForResource(String resourceId)
resourceId - the resource ID of the resourcerx.Observable<ManagementLock> listForResourceAsync(String resourceId)
resourceId - the resource Id of the resourceCopyright © 2019. All rights reserved.