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

Property Value

Attributes

Applies to