Share via


DataFlowDebugPackage.LinkedServices Property

Definition

Gets or sets list of linked services.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to