ApplicationGatewayAvailableSslOptions 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
ApplicationGatewayAvailableSslOptions() |
Initializes a new instance of the ApplicationGatewayAvailableSslOptions class. |
ApplicationGatewayAvailableSslOptions(String, String, String, String, IDictionary<String,String>, IList<SubResource>, String, IList<String>, IList<String>) |
Initializes a new instance of the ApplicationGatewayAvailableSslOptions class. |
ApplicationGatewayAvailableSslOptions()
Initializes a new instance of the ApplicationGatewayAvailableSslOptions class.
public ApplicationGatewayAvailableSslOptions ();
Public Sub New ()
Applies to
ApplicationGatewayAvailableSslOptions(String, String, String, String, IDictionary<String,String>, IList<SubResource>, String, IList<String>, IList<String>)
Initializes a new instance of the ApplicationGatewayAvailableSslOptions class.
public ApplicationGatewayAvailableSslOptions (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> predefinedPolicies = default, string defaultPolicy = default, System.Collections.Generic.IList<string> availableCipherSuites = default, System.Collections.Generic.IList<string> availableProtocols = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayAvailableSslOptions : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayAvailableSslOptions
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional predefinedPolicies As IList(Of SubResource) = Nothing, Optional defaultPolicy As String = Nothing, Optional availableCipherSuites As IList(Of String) = Nothing, Optional availableProtocols As IList(Of String) = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- predefinedPolicies
- IList<SubResource>
List of available Ssl predefined policy.
- defaultPolicy
- String
Name of the Ssl predefined policy applied by default to application gateway. Possible values include: 'AppGwSslPolicy20150501', 'AppGwSslPolicy20170401', 'AppGwSslPolicy20170401S', 'AppGwSslPolicy20220101', 'AppGwSslPolicy20220101S'
Applies to
Azure SDK for .NET