Share via


ApplicationGatewaySslPredefinedPolicy Class

Definition

An Ssl predefined policy.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewaySslPredefinedPolicy : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewaySslPredefinedPolicy = class
    inherit SubResource
Public Class ApplicationGatewaySslPredefinedPolicy
Inherits SubResource
Inheritance
ApplicationGatewaySslPredefinedPolicy
Attributes

Constructors

ApplicationGatewaySslPredefinedPolicy()

Initializes a new instance of the ApplicationGatewaySslPredefinedPolicy class.

ApplicationGatewaySslPredefinedPolicy(String, String, IList<String>, String)

Initializes a new instance of the ApplicationGatewaySslPredefinedPolicy class.

Properties

CipherSuites

Gets or sets ssl cipher suites to be enabled in the specified order for application gateway.

Id

Gets or sets resource ID.

(Inherited from SubResource)
MinProtocolVersion

Gets or sets minimum version of Ssl protocol to be supported on application gateway. Possible values include: 'TLSv1_0', 'TLSv1_1', 'TLSv1_2', 'TLSv1_3'

Name

Gets or sets name of the Ssl predefined policy.

Applies to