次の方法で共有


IWithApplicationBeta インターフェイス

定義

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

public interface IWithApplicationBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithApplicationBeta = interface
    interface IBeta
Public Interface IWithApplicationBeta
Implements IBeta
派生
実装

メソッド

WithExistingApplication(IActiveDirectoryApplication)

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

WithExistingApplication(String)

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

WithNewApplication(ICreatable<IActiveDirectoryApplication>)

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

WithNewApplication(String)

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

適用対象