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

SqlDatabaseResource.GetCurrentSensitivityLabelsAsync Method

Definition

Gets the sensitivity labels of a given database

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

Parameters

skipToken
String

The String to use.

count
Nullable<Boolean>

The Boolean? to use.

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