次の方法で共有


IUpdateDefinition<ParentT> インターフェイス

定義

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

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.LoadBalancerTcpProbe.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerTcpProbe.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerTcpProbe.UpdateDefinition.IWithIntervalInSeconds<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerTcpProbe.UpdateDefinition.IWithNumberOfProbes<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerTcpProbe.UpdateDefinition.IWithPort<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithPort<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithNumberOfProbes<'ParentT>
    interface IWithIntervalInSeconds<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithIntervalInSeconds(Of ParentT), IWithNumberOfProbes(Of ParentT), IWithPort(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

実装

メソッド

Attach()

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

(継承元 IInUpdate<ParentT>)
WithIntervalInSeconds(Int32)

プローブ間の間隔を秒単位で指定します。

(継承元 IWithIntervalInSeconds<ParentT>)
WithNumberOfProbes(Int32)

失敗が決定されるまでの失敗したプローブの数を指定します。

(継承元 IWithNumberOfProbes<ParentT>)
WithPort(Int32)

正常性監視のために呼び出すポート番号を指定します。

(継承元 IWithPort<ParentT>)

適用対象