次の方法で共有


IWithApplication インターフェイス

定義

アプリケーションを指定できるサービス プリンシパル定義。

public interface IWithApplication : Microsoft.Azure.Management.Graph.RBAC.Fluent.ServicePrincipal.Definition.IWithApplicationBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplication = interface
    interface IWithApplicationBeta
    interface IBeta
Public Interface IWithApplication
Implements IBeta, IWithApplicationBeta
派生
実装

メソッド

WithExistingApplication(IActiveDirectoryApplication)

サービス プリンシパルで使用する既存のアプリケーションを指定します。

(継承元 IWithApplicationBeta)
WithExistingApplication(String)

アプリ ID で既存のアプリケーションを指定します。

(継承元 IWithApplicationBeta)
WithNewApplication(ICreatable<IActiveDirectoryApplication>)

サービス プリンシパルによって作成および使用する新しいアプリケーションを指定します。

(継承元 IWithApplicationBeta)
WithNewApplication(String)

サービス プリンシパルによって作成および使用する新しいアプリケーションを指定します。

(継承元 IWithApplicationBeta)

適用対象