SqlPoolSensitivityLabelsOperationsExtensions.ListCurrentAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft Vertraulichkeitsbezeichnungen für SQL-Pool ab.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>> ListCurrentAsync (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, System.Threading.CancellationToken cancellationToken = default);
static member ListCurrentAsync : Microsoft.Azure.Management.Synapse.ISqlPoolSensitivityLabelsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SensitivityLabel>>
<Extension()>
Public Function ListCurrentAsync (operations As ISqlPoolSensitivityLabelsOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, Optional odataQuery As ODataQuery(Of SensitivityLabel) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SensitivityLabel))
Parameter
- operations
- ISqlPoolSensitivityLabelsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- workspaceName
- String
Den Namen des Arbeitsbereichs.
- sqlPoolName
- String
Name des SQL-Pools
- odataQuery
- ODataQuery<SensitivityLabel>
OData-Parameter, die auf den Vorgang angewendet werden sollen.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Ruft Vertraulichkeitsbezeichnungen für SQL-Pools ab.
Gilt für:
Azure SDK for .NET