你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DatabricksNotebookActivity.BaseParameters 属性

定义

获取或设置要用于此作业的每次运行的基本参数。如果笔记本采用未指定的参数,则将使用笔记本中的默认值。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于