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

WebsitesClient.GetAppServicePlan(String, String) Method

Definition

public Microsoft.Azure.Management.WebSites.Models.AppServicePlan GetAppServicePlan (string resourceGroupName, string appServicePlanName);
member this.GetAppServicePlan : string * string -> Microsoft.Azure.Management.WebSites.Models.AppServicePlan
Public Function GetAppServicePlan (resourceGroupName As String, appServicePlanName As String) As AppServicePlan

Parameters

resourceGroupName
String
appServicePlanName
String

Returns

Applies to