Websites.StaticSitesDetachUserProvidedFunctionAppFromStaticSite(String, String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IDefaultErrorResponse>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task StaticSitesDetachUserProvidedFunctionAppFromStaticSite (string resourceGroupName, string name, string functionAppName, string subscriptionId, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task> onNoContent, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IDefaultErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.ISendAsync sender);
member this.StaticSitesDetachUserProvidedFunctionAppFromStaticSite : string * string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IDefaultErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function StaticSitesDetachUserProvidedFunctionAppFromStaticSite (resourceGroupName As String, name As String, functionAppName As String, subscriptionId As String, onOk As Func(Of HttpResponseMessage, Task), onNoContent As Func(Of HttpResponseMessage, Task), onDefault As Func(Of HttpResponseMessage, Task(Of IDefaultErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

resourceGroupName
String
name
String
functionAppName
String
subscriptionId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to