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