Compartilhar via


WebAppsOperationsExtensions.BeginCreateFunctionAsync Método

Definição

Crie uma função para o site ou um slot de implantação.

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

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do site.

functionName
String

Nome da função.

functionEnvelope
FunctionEnvelopeInner

Detalhes da função.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Criar função para site ou um slot de implantação.

Aplica-se a