| Modifier and Type | Method and 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/