Partager via


StreamingJob.Inputs Propriété

Définition

Obtient ou définit une liste d’une ou plusieurs entrées du travail de streaming. La propriété name pour chaque entrée est requise lors de la spécification de cette propriété dans une requête PUT. Cette propriété ne peut pas être modifié via une opération PATCH. Vous devez utiliser l’API PATCH disponible pour l’entrée individuelle.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à