Udostępnij za pośrednictwem


AppServicePlansOperationsExtensions.BeginCreateOrUpdateAsync Metoda

Definicja

Tworzy lub aktualizuje plan App Service.

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

Parametry

operations
IAppServicePlansOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa planu usługi App Service.

appServicePlan
AppServicePlanInner

Szczegóły planu App Service.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis tworzenia lub aktualizowania planu App Service.

Dotyczy