SynapseDatabaseResource.GetSynapseDatabasePrincipalAssignmentAsync 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 eine Kusto-Pooldatenbank principalAssignment ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
- Vorgang IdKustoPoolDatabasePrincipalAssignments_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseDatabasePrincipalAssignmentResource>> GetSynapseDatabasePrincipalAssignmentAsync (string principalAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSynapseDatabasePrincipalAssignmentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseDatabasePrincipalAssignmentResource>>
override this.GetSynapseDatabasePrincipalAssignmentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseDatabasePrincipalAssignmentResource>>
Public Overridable Function GetSynapseDatabasePrincipalAssignmentAsync (principalAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SynapseDatabasePrincipalAssignmentResource))
Parameter
- principalAssignmentName
- String
Der Name des Kusto principalAssignment.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
principalAssignmentName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
principalAssignmentName
ist NULL.