Share via


ManagedDatabaseResource.GetManagedDatabaseSensitivityLabelsByDatabaseAsync Method

Definition

Gets the sensitivity labels of a given database

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/databases/{databaseName}/sensitivityLabels
  • Operation Id: ManagedDatabaseSensitivityLabels_ListByDatabase
  • Default Api Version: 2024-11-01-preview
  • Resource: ManagedDatabaseSensitivityLabelResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedDatabaseSensitivityLabelResource> GetManagedDatabaseSensitivityLabelsByDatabaseAsync(string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedDatabaseSensitivityLabelsByDatabaseAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedDatabaseSensitivityLabelResource>
override this.GetManagedDatabaseSensitivityLabelsByDatabaseAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedDatabaseSensitivityLabelResource>
Public Overridable Function GetManagedDatabaseSensitivityLabelsByDatabaseAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedDatabaseSensitivityLabelResource)

Parameters

filter
String

An OData filter expression that filters elements in the collection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ManagedDatabaseSensitivityLabelResource that may take multiple service requests to iterate over.

Applies to