Partager via


WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.ListAsync Méthode

Définition

Obtenez la liste des protecteurs de chiffrement pour le serveur.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.EncryptionProtector>> ListAsync (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.EncryptionProtector>>
<Extension()>
Public Function ListAsync (operations As IWorkspaceManagedSqlServerEncryptionProtectorOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EncryptionProtector))

Paramètres

operations
IWorkspaceManagedSqlServerEncryptionProtectorOperations

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

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName
String

Nom de l’espace de travail

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenez la liste des protecteurs de chiffrement pour sql server géré par l’espace de travail.

S’applique à