Interface ManagementLocks
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.locks.implementation.ManagementLocksInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.locks.implementation.AuthorizationManager>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ManagementLock>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion,com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<ManagementLock.DefinitionStages.Blank>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<ManagementLock>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<ManagementLock>,com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<ManagementLock>,com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<ManagementLock>
@Beta(V1_4_0) public interface ManagementLocks extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<ManagementLock>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<ManagementLock.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<ManagementLock>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<ManagementLock>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<ManagementLock>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ManagementLock>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.locks.implementation.AuthorizationManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.locks.implementation.ManagementLocksInner>
Entry point to management lock management.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.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
-
-
-
-
Method Detail
-
listForResource
com.microsoft.azure.PagedList<ManagementLock> listForResource(String resourceId)
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
rx.Observable<ManagementLock> listForResourceAsync(String resourceId)
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
-
-