Partager via


ManagementLocksOperationsExtensions.ListAtResourceLevelNextAsync Méthode

Définition

Obtient tous les verrous de gestion d’une ressource ou d’un niveau inférieur à la ressource.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject>> ListAtResourceLevelNextAsync (this Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAtResourceLevelNextAsync : Microsoft.Azure.Management.ResourceManager.IManagementLocksOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.ManagementLockObject>>
<Extension()>
Public Function ListAtResourceLevelNextAsync (operations As IManagementLocksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagementLockObject))

Paramètres

operations
IManagementLocksOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à