Udostępnij za pośrednictwem


WebAppsOperationsExtensions.BeginCreateFunctionAsync Metoda

Definicja

Utwórz funkcję dla witryny internetowej lub miejsca wdrożenia.

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

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa witryny.

functionName
String

Nazwa funkcji.

functionEnvelope
FunctionEnvelopeInner

Szczegóły funkcji.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis funkcji Create dla witryny sieci Web lub miejsca wdrożenia.

Dotyczy