Migrate.ReplicationProtectionContainersDelete(String, String, String, String, String, Func<HttpResponseMessage,Task>, IEventListener, ISendAsync) Method
Definition
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.
public System.Threading.Tasks.Task ReplicationProtectionContainersDelete (string resourceName, string resourceGroupName, string subscriptionId, string fabricName, string protectionContainerName, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task> onNoContent, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.ISendAsync sender);
member this.ReplicationProtectionContainersDelete : string * string * string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function ReplicationProtectionContainersDelete (resourceName As String, resourceGroupName As String, subscriptionId As String, fabricName As String, protectionContainerName As String, onNoContent As Func(Of HttpResponseMessage, Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- resourceName
- String
- resourceGroupName
- String
- subscriptionId
- String
- fabricName
- String
- protectionContainerName
- String
- onNoContent
- Func<HttpResponseMessage,Task>
- eventListener
- IEventListener
- sender
- ISendAsync