IApplicationGatewayProbe インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリケーション ゲートウェイ プローブのクライアント側表現。
public interface IApplicationGatewayProbe : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewayProbeBeta, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProbeInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayProbe = interface
interface IHasInner<ApplicationGatewayProbeInner>
interface IChildResource<IApplicationGateway>
interface IHasName
interface IIndexable
interface IHasParent<IApplicationGateway>
interface IHasProtocol<ApplicationGatewayProtocol>
interface IApplicationGatewayProbeBeta
interface IBeta
Public Interface IApplicationGatewayProbe
Implements IApplicationGatewayProbeBeta, IBeta, IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayProbeInner), IHasParent(Of IApplicationGateway), IHasProtocol(Of ApplicationGatewayProtocol)
- 実装
プロパティ
HealthyHttpResponseBodyContents |
バックエンドの正常性を判断するためにチェックするプローブに対する HTTP 応答の本文の内容を取得します。指定されていない場合は null を取得します。 (継承元 IApplicationGatewayProbeBeta) |
HealthyHttpResponseStatusCodeRanges |
プローブが正常と見なすバックエンドによって返される ###-### 形式の HTTP 応答コード範囲を取得します。 (継承元 IApplicationGatewayProbeBeta) |
Host |
プローブの送信先となるホスト名を取得します。 |
Inner |
アプリケーション ゲートウェイ プローブのクライアント側表現。 (継承元 IHasInner<T>) |
Key |
アプリケーション ゲートウェイ プローブのクライアント側表現。 (継承元 IIndexable) |
Name |
リソースの名前を取得します (継承元 IHasName) |
Parent |
この子リソースの親を取得します。 (継承元 IHasParent<ParentT>) |
Path |
プローブによって呼び出される相対パスを取得します。 |
Protocol |
プロトコルを取得します。 (継承元 IHasProtocol<ProtocolT>) |
RetriesBeforeUnhealthy |
バックエンド サーバーがダウンとしてマークされる前に失敗した再試行プローブの数を取得します。許容される値は 1 秒から 20 です。 |
TimeBetweenProbesInSeconds |
プローブの再試行間隔の秒数を取得します。 |
TimeoutInSeconds |
応答を待機している秒数を取得し、その後プローブがタイムアウトし、失敗した許容値が 1 ~ 86400 秒としてマークされます。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET