Partager via


AppServicePlansOperationsExtensions.BeginCreateOrUpdate Method

Definition

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

Parameters

resourceGroupName
String
name
String
appServicePlan
AppServicePlan

Returns

Applies to