Compartir a través de


ApplicationGatewaysOperationsExtensions.ListAvailableSslPredefinedPoliciesNextAsync Método

Definición

Enumera todas las directivas predefinidas ssl para configurar la directiva Ssl.

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

Parámetros

operations
IApplicationGatewaysOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a