ManagementLocksOperationsExtensions.ListAtResourceLevel Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient tous les verrous de gestion d’une ressource ou de n’importe quel niveau en dessous de la ressource.
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)
Paramètres
- operations
- IManagementLocksOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources contenant la ressource verrouillée. Le nom ne respecte pas la casse.
- resourceProviderNamespace
- String
Espace de noms du fournisseur de ressources.
- parentResourcePath
- String
Identité de ressource parente.
- resourceType
- String
Type de ressource de la ressource verrouillée.
- resourceName
- String
Nom de la ressource verrouillée.
- odataQuery
- ODataQuery<ManagementLockObject>
Paramètres OData à appliquer à l’opération.
Retours
S’applique à
Azure SDK for .NET