Freigeben über


IInput.Property Property

Definition

The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IInputProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="properties", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IInputProperties Property { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IInputProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="properties", Update=true)>]
member this.Property : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IInputProperties with get, set
Public Property Property As IInputProperties

Property Value

Attributes

Applies to