Udostępnij za pośrednictwem


FrontDoorsOperationsExtensions.ListByResourceGroup Method

Definition

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.

Returns

Applies to