Partager via


WebAppsOperationsExtensions.GetFunctionAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FunctionEnvelope> GetFunctionAsync (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations operations, string resourceGroupName, string name, string functionName, System.Threading.CancellationToken cancellationToken = default);
static member GetFunctionAsync : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FunctionEnvelope>
<Extension()>
Public Function GetFunctionAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, functionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FunctionEnvelope)

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String
functionName
String
cancellationToken
CancellationToken

Returns

Applies to