HttpPipeline.Append Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline Append (Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.ISendAsyncFactory item);
member this.Append : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.ISendAsyncFactory -> Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline
Public Function Append (item As ISendAsyncFactory) As HttpPipeline
Parameters
- item
- ISendAsyncFactory
Returns
Applies to
Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline Append (Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.SendAsyncStep item);
member this.Append : Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.SendAsyncStep -> Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline
Public Function Append (item As SendAsyncStep) As HttpPipeline
Parameters
- item
- SendAsyncStep
Returns
Applies to
Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline Append (System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.ISendAsyncFactory> items);
member this.Append : seq<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.ISendAsyncFactory> -> Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline
Public Function Append (items As IEnumerable(Of ISendAsyncFactory)) As HttpPipeline
Parameters
- items
- IEnumerable<ISendAsyncFactory>
Returns
Applies to
Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline Append (System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.SendAsyncStep> items);
member this.Append : seq<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.SendAsyncStep> -> Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline
Public Function Append (items As IEnumerable(Of SendAsyncStep)) As HttpPipeline
Parameters
- items
- IEnumerable<SendAsyncStep>
Returns
Applies to
Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Append(Func<HttpRequestMessage,CancellationToken,Action,Func<String, CancellationToken,Func<EventArgs>,Task>,Func<HttpRequestMessage, CancellationToken,Action,Func<String,CancellationToken,Func<EventArgs>, Task>,Task<HttpResponseMessage>>,Task<HttpResponseMessage>>)
public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline Append (Func<System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken,Action,Func<string,System.Threading.CancellationToken,Func<EventArgs>,System.Threading.Tasks.Task>,Func<System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken,Action,Func<string,System.Threading.CancellationToken,Func<EventArgs>,System.Threading.Tasks.Task>,System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>>,System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>> item);
member this.Append : Func<System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken, Action, Func<string, System.Threading.CancellationToken, Func<EventArgs>, System.Threading.Tasks.Task>, Func<System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken, Action, Func<string, System.Threading.CancellationToken, Func<EventArgs>, System.Threading.Tasks.Task>, System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>>, System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>> -> Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline
Public Function Append (item As Func(Of HttpRequestMessage, CancellationToken, Action, Func(Of String, CancellationToken, Func(Of EventArgs), Task), Func(Of HttpRequestMessage, CancellationToken, Action, Func(Of String, CancellationToken, Func(Of EventArgs), Task), Task(Of HttpResponseMessage)), Task(Of HttpResponseMessage))) As HttpPipeline
Parameters
Returns
Applies to
Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |