SqlPoolSensitivityLabelsOperationsExtensions.ListCurrentAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém rótulos de confidencialidade do pool de SQL
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>> ListCurrentAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListCurrentAsync : Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>>
<Extension()>
Public Function ListCurrentAsync (operations As ISqlPoolSensitivityLabelsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, Optional odataQuery As ODataQuery(Of SensitivityLabel) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SensitivityLabel))
Parâmetros
- operations
- ISqlPoolSensitivityLabelsOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- workspaceName
- String
O nome do workspace.
- sqlPoolName
- String
Nome do pool de SQL
- odataQuery
- ODataQuery<SensitivityLabel>
Parâmetros OData a serem aplicados à operação.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Comentários
Obtém rótulos de confidencialidade do pool de SQL.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET