ApplicationGatewaySslPredefinedPolicy Constructors
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.
Overloads
ApplicationGatewaySslPredefinedPolicy() |
Initializes a new instance of the ApplicationGatewaySslPredefinedPolicy class. |
ApplicationGatewaySslPredefinedPolicy(String, String, IList<String>, String) |
Initializes a new instance of the ApplicationGatewaySslPredefinedPolicy class. |
ApplicationGatewaySslPredefinedPolicy()
Initializes a new instance of the ApplicationGatewaySslPredefinedPolicy class.
public ApplicationGatewaySslPredefinedPolicy ();
Public Sub New ()
Applies to
ApplicationGatewaySslPredefinedPolicy(String, String, IList<String>, String)
Initializes a new instance of the ApplicationGatewaySslPredefinedPolicy class.
public ApplicationGatewaySslPredefinedPolicy (string id = default, string name = default, System.Collections.Generic.IList<string> cipherSuites = default, string minProtocolVersion = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslPredefinedPolicy : string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslPredefinedPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional cipherSuites As IList(Of String) = Nothing, Optional minProtocolVersion As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Name of the Ssl predefined policy.
Ssl cipher suites to be enabled in the specified order for application gateway.
- minProtocolVersion
- String
Minimum version of Ssl protocol to be supported on application gateway. Possible values include: 'TLSv1_0', 'TLSv1_1', 'TLSv1_2', 'TLSv1_3'
Applies to
Azure SDK for .NET