ApplicationGatewaySslPredefinedPolicy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET