你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.Portal.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.Portal.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.Portal.Runtime.HttpPipeline for the remote call.