次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含むアプリケーション更新操作のテンプレート。

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

プロパティ

Key

変更可能なすべての設定を含むアプリケーション更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

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

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

(継承元 IWithCredential)
DefineCertificateCredential(String)

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

(継承元 IWithCredential)
DefinePasswordCredential(String)

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

(継承元 IWithCredential)
WithAvailableToOtherTenants(Boolean)

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

(継承元 IWithMultiTenant)
WithIdentifierUrl(String)

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

(継承元 IWithIdentifierUrl)
WithoutCredential(String)

キーを削除します。

(継承元 IWithCredential)
WithoutCredentialByIdentifier(String)

キーを削除します。

(継承元 IWithCredential)
WithoutIdentifierUrl(String)

アプリケーションから識別子 URL を削除します。

(継承元 IWithIdentifierUrl)
WithoutReplyUrl(String)

応答 URL を削除します。

(継承元 IWithReplyUrl)
WithReplyUrl(String)

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

(継承元 IWithReplyUrl)
WithSignOnUrl(String)

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

(継承元 IWithSignOnUrl)

適用対象