次の方法で共有


IBlank インターフェイス

定義

サービス プリンシパル定義の最初のステージ。

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

メソッド

WithExistingApplication(IActiveDirectoryApplication)

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

(継承元 IWithApplicationBeta)
WithExistingApplication(String)

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

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

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

(継承元 IWithApplicationBeta)
WithNewApplication(String)

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

(継承元 IWithApplicationBeta)

適用対象