Compartilhar via


AppServicePlansOperationsExtensions.BeginCreateOrUpdateAsync Método

Definição

Cria ou atualiza um plano de Serviço de Aplicativo.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServicePlan> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServicePlan appServicePlan, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServicePlan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, appServicePlan As AppServicePlan, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServicePlan)

Parâmetros

operations
IAppServicePlansOperations

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

O nome do plano do Serviço de Aplicativo.

appServicePlan
AppServicePlan

Detalhes do plano de Serviço de Aplicativo.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição de Cria ou atualiza um plano de Serviço de Aplicativo.

Aplica-se a