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