Condividi tramite


IImageTemplatePowerShellCustomizer.ScriptUri Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.Info(Create=true, Description="URI of the PowerShell script to be run for customizing. It can be a github link, SAS URI for Azure Storage, 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 customizing. It can be a github link, SAS URI for Azure Storage, 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