次の方法で共有


ServicePrincipals interface

ServicePrincipals を表すインターフェイス。

メソッド

get(ServicePrincipalsGetOptionalParams)

サブスクリプション ID の Automanage AAD ファースト パーティ アプリケーション サービス プリンシパルの詳細を取得します。

listBySubscription(ServicePrincipalsListBySubscriptionOptionalParams)

サブスクリプション ID の Automanage AAD ファースト パーティ アプリケーション サービス プリンシパルの詳細を取得します。

メソッドの詳細

get(ServicePrincipalsGetOptionalParams)

サブスクリプション ID の Automanage AAD ファースト パーティ アプリケーション サービス プリンシパルの詳細を取得します。

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

パラメーター

options
ServicePrincipalsGetOptionalParams

オプション パラメーター。

戻り値

Promise<ServicePrincipal>

listBySubscription(ServicePrincipalsListBySubscriptionOptionalParams)

サブスクリプション ID の Automanage AAD ファースト パーティ アプリケーション サービス プリンシパルの詳細を取得します。

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

パラメーター

options
ServicePrincipalsListBySubscriptionOptionalParams

オプション パラメーター。

戻り値