Freigeben über


WebAppsOperationsExtensions.BeginCreateInstanceFunctionSlot Methode

Definition

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

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

slot
String

Name des Bereitstellungsslots.

functionEnvelope
FunctionEnvelope

Funktionsdetails.

Gibt zurück

Hinweise

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

Gilt für: