@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, listAsync
define
deleteById, deleteByIdAsync, deleteByIdAsync
listByResourceGroup, listByResourceGroupAsync
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
getById, getByIdAsync, getByIdAsync
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
create, create, createAsync, createAsync, createAsync, createAsync
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
manager
PagedList<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.