TemplateSpecsSdkClient.CreateOrUpdateTemplateSpecVersion 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.
public Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec CreateOrUpdateTemplateSpecVersion (string resourceGroupName, string templateSpecName, string templateSpecVersion, string location, Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.PackagedTemplate packagedTemplate, string templateSpecDisplayName = default, string templateSpecDescription = default, string versionDescription = default, System.Collections.Hashtable templateSpecTags = default, System.Collections.Hashtable versionTags = default);
member this.CreateOrUpdateTemplateSpecVersion : string * string * string * string * Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.PackagedTemplate * string * string * string * System.Collections.Hashtable * System.Collections.Hashtable -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec
Public Function CreateOrUpdateTemplateSpecVersion (resourceGroupName As String, templateSpecName As String, templateSpecVersion As String, location As String, packagedTemplate As PackagedTemplate, Optional templateSpecDisplayName As String = Nothing, Optional templateSpecDescription As String = Nothing, Optional versionDescription As String = Nothing, Optional templateSpecTags As Hashtable = Nothing, Optional versionTags As Hashtable = Nothing) As PSTemplateSpec
Parameters
- resourceGroupName
- String
- templateSpecName
- String
- templateSpecVersion
- String
- location
- String
- packagedTemplate
- PackagedTemplate
- templateSpecDisplayName
- String
- templateSpecDescription
- String
- versionDescription
- String
- templateSpecTags
- Hashtable
- versionTags
- Hashtable