IManagementLockOperations.ListAtResourceGroupLevelAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the management locks of a resource group.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ManagementLockListResult> ListAtResourceGroupLevelAsync (string resourceGroupName, Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListAtResourceGroupLevelAsync : string * Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ManagementLockListResult>
Public Function ListAtResourceGroupLevelAsync (resourceGroupName As String, parameters As ManagementLockGetQueryParameter, cancellationToken As CancellationToken) As Task(Of ManagementLockListResult)
Parameters
- resourceGroupName
- String
Resource group name.
- parameters
- ManagementLockGetQueryParameter
Query parameters. If empty is passed returns all locks at, above or below the resource group.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
List of management locks.