ApplicationGatewaySslPredefinedPolicyInner Class

Definition

An Ssl predefined policy.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewaySslPredefinedPolicyInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewaySslPredefinedPolicyInner = class
    inherit SubResource
Public Class ApplicationGatewaySslPredefinedPolicyInner
Inherits SubResource
Inheritance
ApplicationGatewaySslPredefinedPolicyInner
Attributes

Constructors

ApplicationGatewaySslPredefinedPolicyInner()

Initializes a new instance of the ApplicationGatewaySslPredefinedPolicyInner class.

ApplicationGatewaySslPredefinedPolicyInner(String, String, IList<ApplicationGatewaySslCipherSuite>, ApplicationGatewaySslProtocol)

Initializes a new instance of the ApplicationGatewaySslPredefinedPolicyInner class.

Properties

CipherSuites

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

Id

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'

Name

Gets or sets name of the Ssl predefined policy.

Applies to