Delen via


IScriptReference.ScriptArgument Property

Definition

Optional command line arguments passed to the script to run.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Optional command line arguments passed to the script to run.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scriptArguments")]
public string ScriptArgument { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Optional command line arguments passed to the script to run.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scriptArguments")>]
member this.ScriptArgument : string with get, set
Public Property ScriptArgument As String

Property Value

Attributes

Applies to