WebAppsOperationsExtensions.ListByResourceGroup 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.
Gets all web, mobile, and API apps in the specified resource group.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site> ListByResourceGroup (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, bool? includeSlots = default);
static member ListByResourceGroup : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>
<Extension()>
Public Function ListByResourceGroup (operations As IWebAppsOperations, resourceGroupName As String, Optional includeSlots As Nullable(Of Boolean) = Nothing) As IPage(Of Site)
Parameters
- operations
- IWebAppsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
Specify <strong>true</strong> to include deployment slots in results. The default is false, which only gives you the production slot of all apps.
Returns
Remarks
Description for Gets all web, mobile, and API apps in the specified resource group.
Applies to
Azure SDK for .NET