次の方法で共有


AppServicePlansOperationsExtensions.UpdateAsync メソッド

定義

App Service プランを作成または更新します。

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

パラメーター

operations
IAppServicePlansOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

App Service プランの名前です。

appServicePlan
AppServicePlanPatchResource

App Serviceプランの詳細。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

「App Service プランを作成または更新する」の説明。

適用対象