Share via


BigDataPoolResourceInfo.CustomLibraries Property

Definition

Gets or sets list of custom libraries/packages associated with the spark pool.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customLibraries")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.LibraryInfo> CustomLibraries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customLibraries")>]
member this.CustomLibraries : System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.LibraryInfo> with get, set
Public Property CustomLibraries As IList(Of LibraryInfo)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to