Freigeben über


WebAppsOperationsExtensions.CreateFunctionAsync Methode

Definition

Erstellen Sie eine Funktion für eine Website oder einen Bereitstellungsslot.

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Websitename.

functionName
String

Funktionsname

functionEnvelope
FunctionEnvelope

Funktionsdetails.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Die Funktion "Erstellen" für eine Website oder einen Bereitstellungsslot.

Gilt für: