Share via


IComputeInstanceProperties.StartupScriptArgument 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 StartupScriptArgument { 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.StartupScriptArgument : string with get, set
Public Property StartupScriptArgument As String

Property Value

Attributes

Applies to