你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TemplateSpecsSdkClient.CreateOrUpdateTemplateSpecInternal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.