Module.CreatePipeline(InvocationInfo, String, String, String) 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.
public Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Runtime.HttpPipeline CreatePipeline (System.Management.Automation.InvocationInfo invocationInfo, string correlationId, string processRecordId, string parameterSetName = default);
member this.CreatePipeline : System.Management.Automation.InvocationInfo * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Runtime.HttpPipeline
Public Function CreatePipeline (invocationInfo As InvocationInfo, correlationId As String, processRecordId As String, Optional parameterSetName As String = Nothing) As HttpPipeline
Parameters
- invocationInfo
- InvocationInfo
- correlationId
- String
- processRecordId
- String
- parameterSetName
- String