Freigeben über


ApplicationGatewaysOperationsExtensions.ListAvailableSslPredefinedPoliciesNextAsync Methode

Definition

Listet alle vordefinierten SSL-Richtlinien zum Konfigurieren der Ssl-Richtlinie auf.

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))

Parameter

operations
IApplicationGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: