Freigeben über


WebAppsOperationsExtensions.BeginCreateFunction Methode

Definition

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

public static Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope BeginCreateFunction (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string functionName, Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope functionEnvelope);
static member BeginCreateFunction : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope -> Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope
<Extension()>
Public Function BeginCreateFunction (operations As IWebAppsOperations, resourceGroupName As String, name As String, functionName As String, functionEnvelope As FunctionEnvelope) As 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.

Gibt zurück

Hinweise

Beschreibung für Create function for web site, or a deployment slot.

Gilt für: