Share via


IRunCommandDocument.Script Property

Definition

The script to be executed.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The script to be executed.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="script")]
public string[] Script { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The script to be executed.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="script")>]
member this.Script : string[] with get, set
Public Property Script As String()

Property Value

String[]
Attributes

Applies to