Freigeben über


WebAppsOperationsExtensions.CreateInstanceFunctionSlotAsync 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> CreateInstanceFunctionSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string functionName, string slot, Microsoft.Azure.Management.WebSites.Models.FunctionEnvelope functionEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member CreateInstanceFunctionSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * 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 CreateInstanceFunctionSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, functionName As String, slot 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

slot
String

Name des Bereitstellungsslots.

functionEnvelope
FunctionEnvelope

Funktionsdetails.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: