Freigeben über


ApplicationGatewaysOperationsExtensions.ListAvailableSslPredefinedPoliciesAsync 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>> ListAvailableSslPredefinedPoliciesAsync (this Microsoft.Azure.Management.Network.IApplicationGatewaysOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAvailableSslPredefinedPoliciesAsync : Microsoft.Azure.Management.Network.IApplicationGatewaysOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslPredefinedPolicy>>
<Extension()>
Public Function ListAvailableSslPredefinedPoliciesAsync (operations As IApplicationGatewaysOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationGatewaySslPredefinedPolicy))

Parameter

operations
IApplicationGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: