次の方法で共有


AppServicePlansOperationsExtensions.CreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.WebSites.Models.AppServicePlan CreateOrUpdate(this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServicePlan appServicePlan);
static member CreateOrUpdate : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServicePlan -> Microsoft.Azure.Management.WebSites.Models.AppServicePlan
<Extension()>
Public Function CreateOrUpdate (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, appServicePlan As AppServicePlan) As AppServicePlan

パラメーター

operations
IAppServicePlansOperations

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

resourceGroupName
String

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

name
String

App Service プランの名前です。

appServicePlan
AppServicePlan

App Serviceプランの詳細。

戻り値

注釈

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

適用対象