Aracılığıyla paylaş


StreamingJobData.Outputs Property

Definition

A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.

public System.Collections.Generic.IList<Azure.ResourceManager.StreamAnalytics.StreamingJobOutputData> Outputs { get; }
member this.Outputs : System.Collections.Generic.IList<Azure.ResourceManager.StreamAnalytics.StreamingJobOutputData>
Public ReadOnly Property Outputs As IList(Of StreamingJobOutputData)

Property Value

Applies to