MockableAutomanageSubscriptionResource.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 virtual Azure.AsyncPageable<Azure.ResourceManager.Automanage.Models.AutomanageServicePrincipalData> GetServicePrincipalsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetServicePrincipalsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automanage.Models.AutomanageServicePrincipalData>
override this.GetServicePrincipalsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automanage.Models.AutomanageServicePrincipalData>
Public Overridable Function GetServicePrincipalsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutomanageServicePrincipalData)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to