ApplicationGatewaySslPolicy 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
ApplicationGatewaySslPolicy() |
Initializes a new instance of the ApplicationGatewaySslPolicy class. |
ApplicationGatewaySslPolicy(IList<String>, String, String, IList<String>, String) |
Initializes a new instance of the ApplicationGatewaySslPolicy class. |
ApplicationGatewaySslPolicy()
Initializes a new instance of the ApplicationGatewaySslPolicy class.
public ApplicationGatewaySslPolicy ();
Public Sub New ()
Applies to
ApplicationGatewaySslPolicy(IList<String>, String, String, IList<String>, String)
Initializes a new instance of the ApplicationGatewaySslPolicy class.
public ApplicationGatewaySslPolicy (System.Collections.Generic.IList<string> disabledSslProtocols = default, string policyType = default, string policyName = default, System.Collections.Generic.IList<string> cipherSuites = default, string minProtocolVersion = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslPolicy : System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewaySslPolicy
Public Sub New (Optional disabledSslProtocols As IList(Of String) = Nothing, Optional policyType As String = Nothing, Optional policyName As String = Nothing, Optional cipherSuites As IList(Of String) = Nothing, Optional minProtocolVersion As String = Nothing)
Parameters
- policyType
- String
Type of Ssl Policy. Possible values include: 'Predefined', 'Custom', 'CustomV2'
- policyName
- String
Name of Ssl predefined policy. Possible values include: 'AppGwSslPolicy20150501', 'AppGwSslPolicy20170401', 'AppGwSslPolicy20170401S', 'AppGwSslPolicy20220101', 'AppGwSslPolicy20220101S'
Ssl cipher suites to be enabled in the specified order to 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