次の方法で共有


ILoadBalancerTcpProbe インターフェイス

定義

TCP 負荷分散プローブのクライアント側表現。

public interface ILoadBalancerTcpProbe : Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.ProbeProtocol>, Microsoft.Azure.Management.Network.Fluent.ILoadBalancerProbe, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ProbeInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerTcpProbe = interface
    interface ILoadBalancerProbe
    interface IHasInner<ProbeInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
    interface IHasLoadBalancingRules
    interface IHasProtocol<ProbeProtocol>
    interface IHasPort
Public Interface ILoadBalancerTcpProbe
Implements IChildResource(Of ILoadBalancer), IHasInner(Of ProbeInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of ProbeProtocol), ILoadBalancerProbe
実装

プロパティ

Inner

TCP 負荷分散プローブのクライアント側表現。

(継承元 IHasInner<T>)
IntervalInSeconds

プローブ間の秒数を取得します。

(継承元 ILoadBalancerProbe)
Key

TCP 負荷分散プローブのクライアント側表現。

(継承元 IIndexable)
LoadBalancingRules

名前でインデックス付けされた、このロード バランサーから関連付けられている負荷分散規則を取得します。

(継承元 IHasLoadBalancingRules)
Name

リソースの名前を取得します

(継承元 IHasName)
NumberOfProbes

ノードが異常であると判断される前に失敗したプローブの数を取得します。

(継承元 ILoadBalancerProbe)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Port

ポート番号を取得します。

(継承元 IHasPort)
Protocol

プロトコルを取得します。

(継承元 IHasProtocol<ProtocolT>)

適用対象