Share via


HttpPipeline.Append Method

Definition

Overloads

Append(ISendAsyncFactory)

public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline Append (Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.ISendAsyncFactory item);

Parameters

Returns

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest

Append(SendAsyncStep)

public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline Append (Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.SendAsyncStep item);

Parameters

Returns

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest

Append(IEnumerable<ISendAsyncFactory>)

public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline Append (System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.ISendAsyncFactory> items);

Parameters

Returns

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest

Append(IEnumerable<SendAsyncStep>)

public Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.HttpPipeline Append (System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.FluidRelay.Runtime.SendAsyncStep> items);

Parameters

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);

Parameters

Returns

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest