ApplicationGatewaySslPolicy コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApplicationGatewaySslPolicy() |
ApplicationGatewaySslPolicy クラスの新しいインスタンスを初期化します。 |
ApplicationGatewaySslPolicy(IList<String>, String, String, IList<String>, String) |
ApplicationGatewaySslPolicy クラスの新しいインスタンスを初期化します。 |
ApplicationGatewaySslPolicy()
ApplicationGatewaySslPolicy クラスの新しいインスタンスを初期化します。
public ApplicationGatewaySslPolicy ();
Public Sub New ()
適用対象
ApplicationGatewaySslPolicy(IList<String>, String, String, IList<String>, String)
ApplicationGatewaySslPolicy クラスの新しいインスタンスを初期化します。
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)
パラメーター
- policyType
- String
Ssl ポリシーの種類。 使用可能な値は、'Predefined'、'Custom'、'CustomV2' です。
- policyName
- String
Ssl 定義済みポリシーの名前。 使用できる値は、'AppGwSslPolicy20150501'、'AppGwSslPolicy20170401'、'AppGwSslPolicy20170401S'、'AppGwSslPolicy20220101'、'AppGwSslPolicy20220101S' です。
- minProtocolVersion
- String
アプリケーション ゲートウェイでサポートされる Ssl プロトコルの最小バージョン。 指定できる値は、'TLSv1_0'、'TLSv1_1'、'TLSv1_2'、'TLSv1_3' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET