ConnectToSourceSqlServerTaskProperties.Output Property

Definition

Gets task output. This is ignored if submitted.

[Newtonsoft.Json.JsonProperty(PropertyName="output")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceSqlServerTaskOutput> Output { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="output")>]
member this.Output : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceSqlServerTaskOutput>
Public ReadOnly Property Output As IList(Of ConnectToSourceSqlServerTaskOutput)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to