Share via


SensitivityLabelsOperationsExtensions.ListRecommendedByDatabaseAsync Method

Definition

Gets the sensitivity labels of a given database

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.SensitivityLabelInner>> ListRecommendedByDatabaseAsync (this Microsoft.Azure.Management.Sql.Fluent.ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Fluent.Models.SensitivityLabelInner> odataQuery = default, bool? includeDisabledRecommendations = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListRecommendedByDatabaseAsync : Microsoft.Azure.Management.Sql.Fluent.ISensitivityLabelsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Sql.Fluent.Models.SensitivityLabelInner> * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.SensitivityLabelInner>>
<Extension()>
Public Function ListRecommendedByDatabaseAsync (operations As ISensitivityLabelsOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional odataQuery As ODataQuery(Of SensitivityLabelInner) = Nothing, Optional includeDisabledRecommendations As Nullable(Of Boolean) = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SensitivityLabelInner))

Parameters

operations
ISensitivityLabelsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName
String

The name of the server.

databaseName
String

The name of the database.

odataQuery
ODataQuery<SensitivityLabelInner>

OData parameters to apply to the operation.

includeDisabledRecommendations
Nullable<Boolean>

Specifies whether to include disabled recommendations or not.

skipToken
String
cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to