ApplicationGatewayBackendSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApplicationGatewayBackendSettings() |
ApplicationGatewayBackendSettings クラスの新しいインスタンスを初期化します。 |
ApplicationGatewayBackendSettings(String, Nullable<Int32>, String, Nullable<Int32>, SubResource, IList<SubResource>, String, Nullable<Boolean>, String, String, String, String) |
ApplicationGatewayBackendSettings クラスの新しいインスタンスを初期化します。 |
ApplicationGatewayBackendSettings()
ApplicationGatewayBackendSettings クラスの新しいインスタンスを初期化します。
public ApplicationGatewayBackendSettings();
Public Sub New ()
適用対象
ApplicationGatewayBackendSettings(String, Nullable<Int32>, String, Nullable<Int32>, SubResource, IList<SubResource>, String, Nullable<Boolean>, String, String, String, String)
ApplicationGatewayBackendSettings クラスの新しいインスタンスを初期化します。
public ApplicationGatewayBackendSettings(string id = default, int? port = default, string protocol = default, int? timeout = default, Microsoft.Azure.Management.Network.Models.SubResource probe = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> trustedRootCertificates = default, string hostName = default, bool? pickHostNameFromBackendAddress = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendSettings : string * Nullable<int> * string * Nullable<int> * Microsoft.Azure.Management.Network.Models.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * Nullable<bool> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendSettings
Public Sub New (Optional id As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional protocol As String = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional probe As SubResource = Nothing, Optional trustedRootCertificates As IList(Of SubResource) = Nothing, Optional hostName As String = Nothing, Optional pickHostNameFromBackendAddress As Nullable(Of Boolean) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
パラメーター
- id
- String
リソースの ID
- protocol
- String
バックエンドとの通信に使用されるプロトコル。 使用可能な値は、'Http'、'Https'、'Tcp'、'Tls' です。
接続タイムアウト (秒単位)。 ConnectionTimeout 内で応答が受信されない場合、Application Gatewayは要求を失敗します。 許容される値は 1 秒から 86400 秒です。
- probe
- SubResource
アプリケーション ゲートウェイのプローブ リソース。
- trustedRootCertificates
- IList<SubResource>
Application Gateway の信頼されたルート証明書への参照の配列。
- hostName
- String
Tls プロトコルのバックエンド サーバーに送信されるサーバー名の表示。
Tls プロトコルのバックエンド サーバーのホスト名からサーバー名の表示を選択するかどうか。 既定値は false です。
- provisioningState
- String
バックエンド HTTP 設定リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- name
- String
Application Gateway内で一意のバックエンド設定の名前。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
Azure SDK for .NET