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