Sdílet prostřednictvím


ApplicationGatewaysOperationsExtensions.ListAvailableSslPredefinedPoliciesNext Method

Definition

Lists all SSL predefined policies for configuring Ssl policy.

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

Parameters

operations
IApplicationGatewaysOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to