Partager via


ManagementLocksOperationsExtensions.GetAtResourceLevelAsync Méthode

Définition

Obtenez le verrou de gestion d’une ressource ou de n’importe quel niveau en dessous de la ressource.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject> GetAtResourceLevelAsync (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string lockName, System.Threading.CancellationToken cancellationToken = default);
static member GetAtResourceLevelAsync : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject>
<Extension()>
Public Function GetAtResourceLevelAsync (operations As IManagementLocksOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, lockName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagementLockObject)

Paramètres

operations
IManagementLocksOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

resourceProviderNamespace
String

Espace de noms du fournisseur de ressources.

parentResourcePath
String

Paramètre de chemin d’accès supplémentaire nécessaire dans certains services, comme les bases de données SQL.

resourceType
String

Type de la ressource.

resourceName
String

Nom de la ressource.

lockName
String

Nom du verrou.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à