Delen via


ServicePrincipals interface

Interface die een ServicePrincipals vertegenwoordigt.

Methoden

get(ServicePrincipalsGetOptionalParams)

Haal de gegevens van de AAD-service-principal voor de abonnements-id op.

listBySubscription(ServicePrincipalsListBySubscriptionOptionalParams)

Haal de gegevens van de AAD-service-principal voor de abonnements-id op.

Methodedetails

get(ServicePrincipalsGetOptionalParams)

Haal de gegevens van de AAD-service-principal voor de abonnements-id op.

function get(options?: ServicePrincipalsGetOptionalParams): Promise<ServicePrincipal>

Parameters

options
ServicePrincipalsGetOptionalParams

De optiesparameters.

Retouren

Promise<ServicePrincipal>

listBySubscription(ServicePrincipalsListBySubscriptionOptionalParams)

Haal de gegevens van de AAD-service-principal voor de abonnements-id op.

function listBySubscription(options?: ServicePrincipalsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ServicePrincipal, ServicePrincipal[], PageSettings>

Parameters

Retouren