Partager via


ServicePrincipalsOperationsExtensions.ListPasswordCredentialsAsync Méthode

Définition

Obtient les mots de passeCredentials associés à un principal de service.

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

Paramètres

operations
IServicePrincipalsOperations

Groupe d’opérations pour cette méthode d’extension.

objectId
String

ID d’objet du principal de service.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à