Migrate.ReplicationProtectionContainerMappingsList(String, String, String, Func<HttpResponseMessage,Task<IProtectionContainerMappingCollection>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task ReplicationProtectionContainerMappingsList (string resourceName, string resourceGroupName, string subscriptionId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMappingCollection>,System.Threading.Tasks.Task> onOk, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.ISendAsync sender);
member this.ReplicationProtectionContainerMappingsList : string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210210.IProtectionContainerMappingCollection>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function ReplicationProtectionContainerMappingsList (resourceName As String, resourceGroupName As String, subscriptionId As String, onOk As Func(Of HttpResponseMessage, Task(Of IProtectionContainerMappingCollection), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

resourceName
String
resourceGroupName
String
subscriptionId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to