ISqlEncryptionProtectorActionsDefinition.ListAsync(CancellationToken) Method

Definition

Asynchronously lists Azure SQL the Encryption Protector resources.

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector>> ListAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector>>
Public Function ListAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IReadOnlyList(Of ISqlEncryptionProtector))

Parameters

cancellationToken
CancellationToken

Returns

Applies to