Share via


DatabricksNotebookActivity.Libraries Property

Definition

Gets or sets a list of libraries to be installed on the cluster that will execute the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to