次の方法で共有


IWithTemplate.WithTemplate メソッド

定義

オーバーロード

WithTemplate(Object)

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

WithTemplate(String)

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

WithTemplate(Object)

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

public Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IUpdate WithTemplate(object template);
abstract member WithTemplate : obj -> Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IUpdate
Public Function WithTemplate (template As Object) As IUpdate

パラメーター

template
Object

オブジェクト

戻り値

デプロイ更新プログラムの次のステージ

適用対象

WithTemplate(String)

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

public Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IUpdate WithTemplate(string templateJson);
abstract member WithTemplate : string -> Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IUpdate
Public Function WithTemplate (templateJson As String) As IUpdate

パラメーター

templateJson
String

templateJson JSON 文字列

戻り値

デプロイ更新プログラムの次のステージ

適用対象