IpFirewallRulesOperationsExtensions.ListByWorkspaceNext Method

Definition

Returns a list of firewall rules

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo> ListByWorkspaceNext (this Microsoft.Azure.Management.Synapse.IIpFirewallRulesOperations operations, string nextPageLink);
static member ListByWorkspaceNext : Microsoft.Azure.Management.Synapse.IIpFirewallRulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.IpFirewallRuleInfo>
<Extension()>
Public Function ListByWorkspaceNext (operations As IIpFirewallRulesOperations, nextPageLink As String) As IPage(Of IpFirewallRuleInfo)

Parameters

operations
IIpFirewallRulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to