Partager via


ApplicationGatewaysOperationsExtensions.ListAvailableSslPredefinedPoliciesNextAsync Méthode

Définition

Répertorie toutes les stratégies prédéfinies SSL pour la configuration de la stratégie 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))

Paramètres

operations
IApplicationGatewaysOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à