Share via


DdosProtectionPlansOperationsExtensions.ListByResourceGroup Method

Definition

Gets all the DDoS protection plans in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.DdosProtectionPlan> ListByResourceGroup (this Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.DdosProtectionPlan>
<Extension()>
Public Function ListByResourceGroup (operations As IDdosProtectionPlansOperations, resourceGroupName As String) As IPage(Of DdosProtectionPlan)

Parameters

operations
IDdosProtectionPlansOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

Returns

Applies to