다음을 통해 공유


DatabricksSparkJarActivity.Parameters Property

Definition

Gets or sets parameters that will be passed to the main method.

[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