IUpdate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ロード バランサーの更新プログラムの一部としてのプローブ更新プログラムの全体。
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Update.IWithIntervalInSeconds, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Update.IWithNumberOfProbes, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Update.IWithPort, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Update.IWithRequestPath, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithIntervalInSeconds
interface IWithNumberOfProbes
interface IWithPort
interface IWithRequestPath
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithIntervalInSeconds, IWithNumberOfProbes, IWithPort, IWithRequestPath
- 実装
メソッド
Parent() |
ロード バランサーの更新プログラムの一部としてのプローブ更新プログラムの全体。 (継承元 ISettable<ParentT>) |
WithIntervalInSeconds(Int32) |
プローブ間の間隔を秒単位で指定します。 (継承元 IWithIntervalInSeconds) |
WithNumberOfProbes(Int32) |
失敗が特定されるまでの失敗したプローブの数を指定します。 (継承元 IWithNumberOfProbes) |
WithPort(Int32) |
正常性監視のために呼び出すポート番号を指定します。 (継承元 IWithPort) |
WithRequestPath(String) |
監視するプローブの HTTP 要求パスを指定します。 (継承元 IWithRequestPath) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET