IWithCreate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クラウドに新しいアプリケーションを作成するのに十分な入力を含むアプリケーション定義。ただし、指定する追加のオプション入力が公開されています。
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) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET