你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlDatabaseResource.GetSensitivityLabelsAsync Method

Definition

Gets the sensitivity labels of a given database

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

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 SqlDatabaseSensitivityLabelResource that may take multiple service requests to iterate over.

Applies to