Share via


IImageTemplatePowerShellValidator.ScriptUri Property

Definition

URI of the PowerShell script to be run for validation. It can be a github link, Azure Storage URI, etc

[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Create=true, Description="URI of the PowerShell script to be run for validation. It can be a github link, Azure Storage URI, etc", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scriptUri", Update=true)]
public string ScriptUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Create=true, Description="URI of the PowerShell script to be run for validation. It can be a github link, Azure Storage URI, etc", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scriptUri", Update=true)>]
member this.ScriptUri : string with get, set
Public Property ScriptUri As String

Property Value

Attributes

Applies to