次の方法で共有


IDefinition インターフェイス

定義

実装する必要があるすべての定義のコンテナー インターフェイス。

public interface IDefinition : Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IBlank, Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryApplication.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryApplication>
type IDefinition = interface
    interface IBlank
    interface IWithSignOnUrl
    interface IWithCreate
    interface ICreatable<IActiveDirectoryApplication>
    interface IIndexable
    interface IWithIdentifierUrl
    interface IWithReplyUrl
    interface IWithCredential
    interface IWithMultiTenant
Public Interface IDefinition
Implements IBlank, ICreatable(Of IActiveDirectoryApplication), IWithCreate
派生
実装

プロパティ

Key

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
DefineCertificateCredential()

証明書資格情報の定義を開始します。

(継承元 IWithCredential)
DefineCertificateCredential(String)

証明書資格情報の定義を開始します。

(継承元 IWithCredential)
DefinePasswordCredential(String)

パスワード資格情報の定義を開始します。

(継承元 IWithCredential)
WithAvailableToOtherTenants(Boolean)

アプリケーションを複数のテナントで使用できるかどうかを指定します。

(継承元 IWithMultiTenant)
WithIdentifierUrl(String)

アプリケーションに識別子 URL を追加します。

(継承元 IWithIdentifierUrl)
WithReplyUrl(String)

アプリケーションに応答 URL を追加します。

(継承元 IWithReplyUrl)
WithSignOnUrl(String)

サインオン URL を指定します。

(継承元 IWithSignOnUrl)

適用対象