WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.ListAsync(IWorkspaceManagedSqlServerEncryptionProtectorOperations, String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get list of encryption protectors for the server.
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))
Parameters
The operations group for this extension method.
- resourceGroupName
- System.String
The name of the resource group. The name is case insensitive.
- workspaceName
- System.String
The name of the workspace
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task<IPage<EncryptionProtector>>
Remarks
Get list of encryption protectors for workspace managed sql server.