IComputeInstanceProperties.StartupScriptArgument Property

Definition

Optional command line arguments passed to the script to run.

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

Property Value

Attributes

Applies to