Share via


IRunCommandInput.Script Property

Definition

Optional. The script to be executed. When this value is given, the given script will override the default script of the command.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Create=true, Description="Optional. The script to be executed.  When this value is given, the given script will override the default script of the command.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="script", Update=true)]
public System.Collections.Generic.List<string> Script { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Create=true, Description="Optional. The script to be executed.  When this value is given, the given script will override the default script of the command.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="script", Update=true)>]
member this.Script : System.Collections.Generic.List<string> with get, set
Public Property Script As List(Of String)

Property Value

Attributes

Applies to