ManagementLockOperationsExtensions.ListAtResourceGroupLevel 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 static Microsoft.Azure.Management.Resources.Models.ManagementLockListResult ListAtResourceGroupLevel (this Microsoft.Azure.Management.Resources.IManagementLockOperations operations, string resourceGroupName, Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter parameters);
static member ListAtResourceGroupLevel : Microsoft.Azure.Management.Resources.IManagementLockOperations * string * Microsoft.Azure.Management.Resources.Models.ManagementLockGetQueryParameter -> Microsoft.Azure.Management.Resources.Models.ManagementLockListResult
<Extension()>
Public Function ListAtResourceGroupLevel (operations As IManagementLockOperations, resourceGroupName As String, parameters As ManagementLockGetQueryParameter) As ManagementLockListResult
Parameters
- operations
- IManagementLockOperations
Reference to the Microsoft.Azure.Management.Resources.IManagementLockOperations.
- resourceGroupName
- String
Required. Resource group name.
- parameters
- ManagementLockGetQueryParameter
Optional. Query parameters. If empty is passed returns all locks at, above or below the resource group.
Returns
List of management locks.