次の方法で共有


IUpdate インターフェイス

定義

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IWithMode, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IWithParameters, Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IWithTemplate
type IUpdate = interface
    interface IAppliable<IDeployment>
    interface IIndexable
    interface IWithTemplate
    interface IWithParameters
    interface IWithMode
Public Interface IUpdate
Implements IAppliable(Of IDeployment), IWithMode, IWithParameters, IWithTemplate
実装

プロパティ

Key (継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

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

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

(継承元 IAppliable<T>)
WithMode(DeploymentMode)

展開モードを指定します。

(継承元 IWithMode)
WithParameters(Object)

パラメーターをオブジェクトとして指定します。

(継承元 IWithParameters)
WithParameters(String)

パラメーターを JSON 文字列として指定します。

(継承元 IWithParameters)
WithParametersLink(String, String)

パラメーターを URL として指定します。

(継承元 IWithParameters)
WithTemplate(Object)

テンプレートをオブジェクトとして指定します。

(継承元 IWithTemplate)
WithTemplate(String)

テンプレートを JSON 文字列として指定します。

(継承元 IWithTemplate)
WithTemplateLink(String, String)

テンプレートを URL として指定します。

(継承元 IWithTemplate)

適用対象