SqlPoolSensitivityLabelsOperationsExtensions.ListRecommendedAsync 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 de um determinado pool de SQL
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>> ListRecommendedAsync (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, bool? includeDisabledRecommendations = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListRecommendedAsync : Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel> * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>>
<Extension()>
Public Function ListRecommendedAsync (operations As ISqlPoolSensitivityLabelsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, Optional odataQuery As ODataQuery(Of SensitivityLabel) = Nothing, Optional includeDisabledRecommendations As Nullable(Of Boolean) = Nothing, Optional skipToken As String = 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.
Especifica se as recomendações desabilitadas devem ser incluídas ou não.
- skipToken
- String
Uma opção de consulta OData para indicar quantos elementos ignorar na coleção.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Comentários
Obtém rótulos de confidencialidade de um determinado pool de SQL.
Aplica-se a
Azure SDK for .NET