WebsitesClientExtensions.GetServerFarms(IAppServicePlansOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.WebSites.Models.AppServicePlan> GetServerFarms (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations serverFarm, string resourceGroupName);
static member GetServerFarms : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string -> seq<Microsoft.Azure.Management.WebSites.Models.AppServicePlan>
<Extension()>
Public Function GetServerFarms (serverFarm As IAppServicePlansOperations, resourceGroupName As String) As IEnumerable(Of AppServicePlan)
Parameters
- serverFarm
- IAppServicePlansOperations
- resourceGroupName
- String