TemplateSpecsSdkClient.CreateOrUpdateTemplateSpec 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 CreateOrUpdateTemplateSpec (string resourceGroupName, string templateSpecName, string location, string templateSpecDisplayName = default, string templateSpecDescription = default, System.Collections.Hashtable tags = default);
member this.CreateOrUpdateTemplateSpec : string * string * string * string * string * System.Collections.Hashtable -> Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSTemplateSpec
Public Function CreateOrUpdateTemplateSpec (resourceGroupName As String, templateSpecName As String, location As String, Optional templateSpecDisplayName As String = Nothing, Optional templateSpecDescription As String = Nothing, Optional tags As Hashtable = Nothing) As PSTemplateSpec
Parameters
- resourceGroupName
- String
- templateSpecName
- String
- location
- String
- templateSpecDisplayName
- String
- templateSpecDescription
- String
- tags
- Hashtable