Sdílet prostřednictvím


TemplateSpecsSdkClient.CreateOrUpdateTemplateSpecVersion Method

Definition

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

Returns

Applies to