@Beta(value=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>
| Modifier and Type | Method and 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.
|
list, listAsyncdefinedeleteById, deleteByIdAsync, deleteByIdAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsynccom.microsoft.azure.PagedList<ManagementLock> listForResource(String resourceId)
resourceId - the resource ID of the resourcerx.Observable<ManagementLock> listForResourceAsync(String resourceId)
resourceId - the resource Id of the resource /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/