Freigeben über


NetworkExtensions.GetApplicationGatewaySslPredefinedPolicy Methode

Definition

Ruft eine vordefinierte Ssl-Richtlinie mit dem angegebenen Richtliniennamen ab.

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

Parameter

subscriptionResource
SubscriptionResource

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

predefinedPolicyName
String

Name der vordefinierten Ssl-Richtlinie.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

predefinedPolicyName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

predefinedPolicyName ist NULL.

Gilt für: