TemplateSpecsOperationsExtensions.CreateOrUpdate メソッド

定義

テンプレート スペックを作成または更新します。

public static Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec CreateOrUpdate (this Microsoft.Azure.Management.ResourceManager.ITemplateSpecsOperations operations, string resourceGroupName, string templateSpecName, Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec templateSpec);
static member CreateOrUpdate : Microsoft.Azure.Management.ResourceManager.ITemplateSpecsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec -> Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec
<Extension()>
Public Function CreateOrUpdate (operations As ITemplateSpecsOperations, resourceGroupName As String, templateSpecName As String, templateSpec As TemplateSpec) As TemplateSpec

パラメーター

operations
ITemplateSpecsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

templateSpecName
String

テンプレート スペックの名前。

templateSpec
TemplateSpec

操作に指定されたテンプレート スペック。

戻り値

適用対象