Module.CreatePipeline Method
Definition
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.
Creates an instance of the HttpPipeline for each call.
public Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.HttpPipeline CreatePipeline (System.Management.Automation.InvocationInfo invocationInfo, string correlationId, string processRecordId, string parameterSetName = default, System.Collections.Generic.IDictionary<string,object> extensibleParameters = default);
member this.CreatePipeline : System.Management.Automation.InvocationInfo * string * string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.HttpPipeline
Public Function CreatePipeline (invocationInfo As InvocationInfo, correlationId As String, processRecordId As String, Optional parameterSetName As String = Nothing, Optional extensibleParameters As IDictionary(Of String, Object) = Nothing) As HttpPipeline
Parameters
- invocationInfo
- InvocationInfo
The InvocationInfo from the cmdlet
- correlationId
- String
the cmdlet's correlation id.
- processRecordId
- String
the cmdlet's process record correlation id.
- parameterSetName
- String
the cmdlet's parameterset name.
- extensibleParameters
- IDictionary<String,Object>
a dict for extensible parameters
Returns
An instance of Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.HttpPipeline for the remote call.