Share via


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to