次の方法で共有


Module.CreatePipeline Method

Definition

Creates an instance of the HttpPipeline for each call.

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

Applies to