Freigeben über


ServicePrincipalsOperationsExtensions.GetAsync Methode

Definition

Ruft Dienstprinzipalinformationen aus dem Verzeichnis ab. Abfrage nach objectId oder Übergeben eines Filters an Abfrage nach appId

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalInner> GetAsync (this Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipalsOperations operations, string objectId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Graph.RBAC.Fluent.IServicePrincipalsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ServicePrincipalInner>
<Extension()>
Public Function GetAsync (operations As IServicePrincipalsOperations, objectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServicePrincipalInner)

Parameter

operations
IServicePrincipalsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

objectId
String

Die Objekt-ID des abzurufenden Dienstprinzipals.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: