Share via


AutomanageExtensions.GetServicePrincipalsAsync Method

Definition

Get the Automanage AAD first party Application Service Principal details for the subscription id.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Automanage/servicePrincipals
  • Operation Id: ServicePrincipals_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.Automanage.Models.AutomanageServicePrincipalData> GetServicePrincipalsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetServicePrincipalsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automanage.Models.AutomanageServicePrincipalData>
<Extension()>
Public Function GetServicePrincipalsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutomanageServicePrincipalData)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AutomanageServicePrincipalData that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to