ApplicationGatewayAvailableSslOptionsInfoResource.GetSslPredefinedPolicy 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 Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy> GetSslPredefinedPolicy(string predefinedPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSslPredefinedPolicy : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>
override this.GetSslPredefinedPolicy : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>
Public Overridable Function GetSslPredefinedPolicy (predefinedPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As 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