Share via


WebActivity.Datasets Property

Definition

Gets or sets list of datasets passed to web endpoint.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to