ILoadBalancerOutboundRule インターフェイス

定義

ロード バランサーの送信規則のクライアント側表現。

public interface ILoadBalancerOutboundRule : Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol>, 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.OutboundRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancerOutboundRule = interface
    interface IHasInner<OutboundRuleInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
    interface IHasProtocol<LoadBalancerOutboundRuleProtocol>
Public Interface ILoadBalancerOutboundRule
Implements IChildResource(Of ILoadBalancer), IHasInner(Of OutboundRuleInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of LoadBalancerOutboundRuleProtocol)
実装

プロパティ

Backend

DIP のバックエンド プールを取得します。 送信トラフィックは、バックエンド IP 内の IP 間でランダムに負荷分散されます。

Frontends

フロントエンド IP アドレスを取得します。

IdleTimeoutInMinutes

TCP アイドル接続のタイムアウトを取得します。

Inner

ロード バランサーの送信規則のクライアント側表現。

(継承元 IHasInner<T>)
Key

ロード バランサーの送信規則のクライアント側表現。

(継承元 IIndexable)
Name

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

(継承元 IHasName)
Parent

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

(継承元 IHasParent<ParentT>)
Protocol

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

(継承元 IHasProtocol<ProtocolT>)
TcpResetEnabled

TCP フローのアイドル タイムアウトまたは予期しない接続終了時に受信双方向 TCP リセットを取得します。 この要素が使用されるのは、プロトコルが TCP に設定されている場合のみです。

適用対象