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