FrontDoorsOperationsExtensions.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.
Lists all of the Front Doors within a resource group under a subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel> ListByResourceGroup (this Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel>
<Extension()>
Public Function ListByResourceGroup (operations As IFrontDoorsOperations, resourceGroupName As String) As IPage(Of FrontDoorModel)
Parameters
- operations
- IFrontDoorsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the Resource group within the Azure subscription.