Sdílet prostřednictvím


TemplateSpecsSdkClient.CreateOrUpdateTemplateSpecInternal Method

Definition

protected Microsoft.Azure.Management.Resources.Models.TemplateSpec CreateOrUpdateTemplateSpecInternal (string resourceGroupName, string templateSpecName, string location, string templateSpecDisplayName = default, string templateSpecDescription = default, System.Collections.Hashtable tags = default, bool onlyApplyTagsOnCreate = false);
member this.CreateOrUpdateTemplateSpecInternal : string * string * string * string * string * System.Collections.Hashtable * bool -> Microsoft.Azure.Management.Resources.Models.TemplateSpec
Protected Function CreateOrUpdateTemplateSpecInternal (resourceGroupName As String, templateSpecName As String, location As String, Optional templateSpecDisplayName As String = Nothing, Optional templateSpecDescription As String = Nothing, Optional tags As Hashtable = Nothing, Optional onlyApplyTagsOnCreate As Boolean = false) As TemplateSpec

Parameters

resourceGroupName
String
templateSpecName
String
location
String
templateSpecDisplayName
String
templateSpecDescription
String
tags
Hashtable
onlyApplyTagsOnCreate
Boolean

Returns

Remarks

Method name is protected and has an 'Internal' suffix because the return type is the SDK model rather than the model wrapped for PS. See CreateOrUpdateTemplateSpec(String, String, String, String, String, Hashtable) for the method that returns the wrapped model.

Applies to