你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Module.CreatePipeline Method

Definition

Creates an instance of the HttpPipeline for each call.

public Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.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.Monitor.DataCollection.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.Monitor.DataCollection.Runtime.HttpPipeline for the remote call.

Applies to