SubscriptionServicePrincipalOperationsExtensions.ListAsync Method

Definition

The List Service Principal operation retrieves all the service principalsexisting in the current subscription.

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)

Parameters

operations
ISubscriptionServicePrincipalOperations

Reference to the Microsoft.WindowsAzure.Management.ISubscriptionServicePrincipalOperations.

Returns

The List Service Principal operation response.

Applies to