Freigeben über


ApplicationsOperationsExtensions.ListKeyCredentials Methode

Definition

Rufen Sie die keyCredentials ab, die einer Anwendung zugeordnet sind.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Graph.RBAC.Models.KeyCredential> ListKeyCredentials (this Microsoft.Azure.Graph.RBAC.IApplicationsOperations operations, string applicationObjectId);
static member ListKeyCredentials : Microsoft.Azure.Graph.RBAC.IApplicationsOperations * string -> seq<Microsoft.Azure.Graph.RBAC.Models.KeyCredential>
<Extension()>
Public Function ListKeyCredentials (operations As IApplicationsOperations, applicationObjectId As String) As IEnumerable(Of KeyCredential)

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

applicationObjectId
String

Anwendungsobjekt-ID.

Gibt zurück

Gilt für: