Aracılığıyla paylaş


DdosProtectionPlansOperationsExtensions.ListNext Method

Definition

Gets all DDoS protection plans in a subscription.

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

Parameters

operations
IDdosProtectionPlansOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to