你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebsitesClient.CreateAppServiceEnvironment Method

Definition

public Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource CreateAppServiceEnvironment (string resourceGroupName, string aseName, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource appServiceEnvironment);
member this.CreateAppServiceEnvironment : string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource -> Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource
Public Function CreateAppServiceEnvironment (resourceGroupName As String, aseName As String, appServiceEnvironment As AppServiceEnvironmentResource) As AppServiceEnvironmentResource

Parameters

resourceGroupName
String
aseName
String
appServiceEnvironment
AppServiceEnvironmentResource

Returns

Applies to