Interface ManagementLocks
- All Superinterfaces:
HasInner<com.microsoft.azure.management.locks.implementation.ManagementLocksInner>,HasManager<com.microsoft.azure.management.locks.implementation.AuthorizationManager>,SupportsBatchCreation<ManagementLock>,SupportsBatchDeletion,SupportsCreating<ManagementLock.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsGettingById<ManagementLock>,SupportsGettingByResourceGroup<ManagementLock>,SupportsListing<ManagementLock>,SupportsListingByResourceGroup<ManagementLock>
@Beta(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>
Entry point to management lock management.
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.azure.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.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
innerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsync, createAsync, createAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
listForResource
Lists management locks associated with the specified resource, its resource group and any resources below the resource.- Parameters:
resourceId- the resource ID of the resource- Returns:
- management locks
-
listForResourceAsync
Lists management locks associated with the specified resource, its resource group, and any level below the resource.- Parameters:
resourceId- the resource Id of the resource- Returns:
- management locks
-