다음을 통해 공유


DatabricksSparkPythonActivity.Parameters Property

Definition

Gets or sets command line parameters that will be passed to the Python file.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.parameters")]
public System.Collections.Generic.IList<object> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.parameters")>]
member this.Parameters : System.Collections.Generic.IList<obj> with get, set
Public Property Parameters As IList(Of Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to