ApplicationGatewaysOperationsExtensions.ListAvailableSslPredefinedPoliciesNextAsync Method

Definition

Lists all SSL predefined policies for configuring Ssl policy.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslPredefinedPolicyInner>> ListAvailableSslPredefinedPoliciesNextAsync (this Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaysOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAvailableSslPredefinedPoliciesNextAsync : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaysOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslPredefinedPolicyInner>>
<Extension()>
Public Function ListAvailableSslPredefinedPoliciesNextAsync (operations As IApplicationGatewaysOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationGatewaySslPredefinedPolicyInner))

Parameters

operations
IApplicationGatewaysOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to