Udostępnij za pośrednictwem


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

slot
String

Nazwa miejsca wdrożenia.

functionEnvelope
FunctionEnvelopeInner

Szczegóły funkcji.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

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

Dotyczy