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
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation
create, create, createAsync, createAsync, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion
deleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync
Methods 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
-