UpdateAzStreamAnalyticsFunction_UpdateExpanded.HttpPipelineAppend Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Category(new Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory.Runtime })]
[System.Management.Automation.Parameter(DontShow=true, HelpMessage="SendAsync Pipeline Steps to be appended to the front of the pipeline", Mandatory=false)]
[System.Management.Automation.ValidateNotNull]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SendAsyncStep[] HttpPipelineAppend { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Category(new Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.ParameterCategory.Runtime })>]
[<System.Management.Automation.Parameter(DontShow=true, HelpMessage="SendAsync Pipeline Steps to be appended to the front of the pipeline", Mandatory=false)>]
[<System.Management.Automation.ValidateNotNull>]
member this.HttpPipelineAppend : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SendAsyncStep[] with get, set
Public Property HttpPipelineAppend As SendAsyncStep()

Property Value

SendAsyncStep[]
Attributes

Applies to