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