ApplicationGatewayAvailableSslOptionsInfoResource.GetSslPredefinedPolicyAsync Method

Definition

Gets Ssl predefined policy with the specified policy name.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableSslOptions/default/predefinedPolicies/{predefinedPolicyName}.
  • Operation Id. : ApplicationGatewayAvailableSslOptionsOperationGroup_GetSslPredefinedPolicy.
  • Default Api Version. : 2025-07-01.
  • Resource. : ApplicationGatewayAvailableSslOptionsInfoResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>> GetSslPredefinedPolicyAsync(string predefinedPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSslPredefinedPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>>
override this.GetSslPredefinedPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>>
Public Overridable Function GetSslPredefinedPolicyAsync (predefinedPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApplicationGatewaySslPredefinedPolicy))

Parameters

predefinedPolicyName
String

The name of the ssl predefined policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

predefinedPolicyName is null.

predefinedPolicyName is an empty string, and was expected to be non-empty.

Applies to