Share via


CopyActivity.Inputs Property

Definition

Gets or sets list of inputs for the activity.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to