Functions.ManagementPoliciesDelete(String, String, String, Func<HttpResponseMessage,Task>, 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 ManagementPoliciesDelete (string resourceGroupName, string accountName, string subscriptionId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task> onNoContent, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.ManagementPoliciesDelete : string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function ManagementPoliciesDelete (resourceGroupName As String, accountName As String, subscriptionId As String, onOk As Func(Of HttpResponseMessage, Task), onNoContent As Func(Of HttpResponseMessage, Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- resourceGroupName
- String
- accountName
- String
- subscriptionId
- String
- onOk
- Func<HttpResponseMessage,Task>
- onNoContent
- Func<HttpResponseMessage,Task>
- eventListener
- IEventListener
- sender
- ISendAsync