你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于