AsyncCommandRuntime.Wrap Method
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.
C#
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep Wrap (Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep func);
abstract member Wrap : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep -> Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep
override this.Wrap : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep -> Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep
Public Function Wrap (func As SendAsyncStep) As SendAsyncStep
Parameters
- func
- SendAsyncStep
Returns
Applies to
Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
C#
public System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep> Wrap (System.Collections.Generic.IEnumerable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep> funcs);
abstract member Wrap : seq<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep> -> seq<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep>
override this.Wrap : seq<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep> -> seq<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.SendAsyncStep>
Public Function Wrap (funcs As IEnumerable(Of SendAsyncStep)) As IEnumerable(Of SendAsyncStep)
Parameters
- funcs
- IEnumerable<SendAsyncStep>
Returns
Applies to
Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |