IManagementConfiguration.Template Property
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.
The Json object containing the ARM template to deploy
[Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.Info(Description="The Json object containing the ARM template to deploy", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IAny) }, ReadOnly=false, Required=false, SerializedName="template")]
public Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IAny Template { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Runtime.Info(Description="The Json object containing the ARM template to deploy", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IAny) }, ReadOnly=false, Required=false, SerializedName="template")>]
member this.Template : Microsoft.Azure.PowerShell.Cmdlets.MonitoringSolutions.Models.IAny with get, set
Public Property Template As IAny
Property Value
- Attributes