Uses of Interface
com.microsoft.azure.management.locks.ManagementLock
-
-
Uses of ManagementLock in com.microsoft.azure.management.locks
Methods in com.microsoft.azure.management.locks that return types with arguments of type ManagementLock Modifier and Type Method Description com.microsoft.azure.PagedList<ManagementLock>ManagementLocks. listForResource(String resourceId)Lists management locks associated with the specified resource, its resource group and any resources below the resource.rx.Observable<ManagementLock>ManagementLocks. listForResourceAsync(String resourceId)Lists management locks associated with the specified resource, its resource group, and any level below the resource.
-