Freigeben über


NetworkExtensions.GetApplicationGatewayAvailableSslPredefinedPoliciesAsync Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies
  • Vorgang IdApplicationGateways_ListAvailableSslPredefinedPolicies
public static Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy> GetApplicationGatewayAvailableSslPredefinedPoliciesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetApplicationGatewayAvailableSslPredefinedPoliciesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>
<Extension()>
Public Function GetApplicationGatewayAvailableSslPredefinedPoliciesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationGatewaySslPredefinedPolicy)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ApplicationGatewaySslPredefinedPolicy mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: