SubscriptionServicePrincipalOperationsExtensions.ListAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’opération List Service Principal récupère tous les principaux de service qui existent dans l’abonnement actuel.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalListResponse> ListAsync (this Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.SubscriptionServicePrincipalListResponse>
<Extension()>
Public Function ListAsync (operations As ISubscriptionServicePrincipalOperations) As Task(Of SubscriptionServicePrincipalListResponse)
Paramètres
- operations
- ISubscriptionServicePrincipalOperations
Référence à Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations.
Retours
Réponse d’opération List Service Principal.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET