Share via


WebsitesClient.ListWebAppsForAppServicePlan(String, String) Method

Definition

public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Site> ListWebAppsForAppServicePlan (string resourceGroupName, string appServicePlanName);
member this.ListWebAppsForAppServicePlan : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Site>
Public Function ListWebAppsForAppServicePlan (resourceGroupName As String, appServicePlanName As String) As IList(Of Site)

Parameters

resourceGroupName
String
appServicePlanName
String

Returns

Applies to