次の方法で共有


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

定義

プローブ定義の全体。

public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithIntervalInSeconds<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithNumberOfProbes<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition.IWithRequestPath<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithRequestPath<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithPort<'ParentT>
    interface IWithIntervalInSeconds<'ParentT>
    interface IWithNumberOfProbes<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithIntervalInSeconds(Of ParentT), IWithNumberOfProbes(Of ParentT), IWithPort(Of ParentT), IWithRequestPath(Of ParentT)

型パラメーター

ParentT

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

実装

メソッド

Attach()

プローブ定義の全体。

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

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

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

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

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

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

(継承元 IWithPort<ParentT>)
WithRequestPath(String)

プローブ定義の全体。

(継承元 IWithRequestPath<ParentT>)

適用対象