次の方法で共有


IUpdate インターフェイス

定義

ロード バランサーの更新プログラムの一部としてのプローブ更新プログラムの全体。

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)

適用対象