次の方法で共有


ServicePrincipals interface

Interface representing a ServicePrincipals.

Methods

get(ServicePrincipalsGetOptionalParams)

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

listBySubscription(ServicePrincipalsListBySubscriptionOptionalParams)

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

Method Details

get(ServicePrincipalsGetOptionalParams)

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

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

Parameters

options
ServicePrincipalsGetOptionalParams

The options parameters.

Returns

Promise<ServicePrincipal>

listBySubscription(ServicePrincipalsListBySubscriptionOptionalParams)

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

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

Parameters

options
ServicePrincipalsListBySubscriptionOptionalParams

The options parameters.

Returns