次の方法で共有


IWithCreate インターフェイス

定義

クラウドに新しいアプリケーションを作成するのに十分な入力を含むアプリケーション定義。ただし、指定する追加のオプション入力が公開されています。

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

プロパティ

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)

適用対象