Freigeben über


ServicePrincipalsOperationsExtensions.ListKeyCredentialsAsync Methode

Definition

Rufen Sie die dem angegebenen Dienstprinzipal zugeordneten KeyCredentials ab.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Graph.RBAC.Models.KeyCredential>> ListKeyCredentialsAsync (this Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations operations, string objectId, System.Threading.CancellationToken cancellationToken = default);
static member ListKeyCredentialsAsync : Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Graph.RBAC.Models.KeyCredential>>
<Extension()>
Public Function ListKeyCredentialsAsync (operations As IServicePrincipalsOperations, objectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of KeyCredential))

Parameter

operations
IServicePrincipalsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

objectId
String

Die Objekt-ID des Dienstprinzipals, für den keyCredentials abgerufen werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: