Migrate.ReplicationProtectedItemsListByReplicationProtectionContainers(String, String, String, String, String, Func<HttpResponseMessage,Task<IReplicationProtectedItemCollection>,Task>, IEventListener, ISendAsync) Method

Definition

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

Parameters

resourceName
String
resourceGroupName
String
subscriptionId
String
fabricName
String
protectionContainerName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to