ApplicationGatewaySslPredefinedPolicyInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApplicationGatewaySslPredefinedPolicyInner() |
ApplicationGatewaySslPredefinedPolicyInner クラスの新しいインスタンスを初期化します。 |
ApplicationGatewaySslPredefinedPolicyInner(String, String, IList<ApplicationGatewaySslCipherSuite>, ApplicationGatewaySslProtocol) |
ApplicationGatewaySslPredefinedPolicyInner クラスの新しいインスタンスを初期化します。 |
ApplicationGatewaySslPredefinedPolicyInner()
ApplicationGatewaySslPredefinedPolicyInner クラスの新しいインスタンスを初期化します。
public ApplicationGatewaySslPredefinedPolicyInner ();
Public Sub New ()
適用対象
ApplicationGatewaySslPredefinedPolicyInner(String, String, IList<ApplicationGatewaySslCipherSuite>, ApplicationGatewaySslProtocol)
ApplicationGatewaySslPredefinedPolicyInner クラスの新しいインスタンスを初期化します。
public ApplicationGatewaySslPredefinedPolicyInner (string id = default, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslCipherSuite> cipherSuites = default, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslProtocol minProtocolVersion = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslPredefinedPolicyInner : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslCipherSuite> * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslProtocol -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewaySslPredefinedPolicyInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional cipherSuites As IList(Of ApplicationGatewaySslCipherSuite) = Nothing, Optional minProtocolVersion As ApplicationGatewaySslProtocol = Nothing)
パラメーター
- id
- String
- name
- String
Ssl 定義済みポリシーの名前。
- cipherSuites
- IList<ApplicationGatewaySslCipherSuite>
アプリケーション ゲートウェイの指定した順序で有効にする Ssl 暗号スイート。
- minProtocolVersion
- ApplicationGatewaySslProtocol
アプリケーション ゲートウェイでサポートされる Ssl プロトコルの最小バージョン。 使用できる値は、'TLSv1_0'、'TLSv1_1'、'TLSv1_2' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET