Compartir a través de


ManagementLocksOperationsExtensions.ListAtResourceLevel Método

Definición

Obtiene todos los bloqueos de administración de un recurso o cualquier nivel por debajo del recurso.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject> ListAtResourceLevel (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject> odataQuery = default);
static member ListAtResourceLevel : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject>
<Extension()>
Public Function ListAtResourceLevel (operations As IManagementLocksOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional odataQuery As ODataQuery(Of ManagementLockObject) = Nothing) As IPage(Of ManagementLockObject)

Parámetros

operations
IManagementLocksOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el recurso bloqueado. El nombre distingue mayúsculas de minúsculas.

resourceProviderNamespace
String

Espacio de nombres del proveedor de recursos.

parentResourcePath
String

La identidad del recurso primario.

resourceType
String

Tipo de recurso del recurso bloqueado.

resourceName
String

Nombre del recurso bloqueado.

odataQuery
ODataQuery<ManagementLockObject>

Parámetros de OData que se van a aplicar a la operación.

Devoluciones

Se aplica a