Compartilhar via


ApplicationsOperationsExtensions.ListKeyCredentials Método

Definição

Obtenha as keyCredentials associadas a um aplicativo.

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)

Parâmetros

operations
IApplicationsOperations

O grupo de operações para esse método de extensão.

applicationObjectId
String

ID do objeto do aplicativo.

Retornos

Aplica-se a