次の方法で共有


ILoadBalancingRule インターフェイス

定義

HTTP 負荷分散規則のクライアント側表現。

public interface ILoadBalancingRule : Microsoft.Azure.Management.Network.Fluent.IHasBackendPort, Microsoft.Azure.Management.Network.Fluent.IHasFloatingIP, Microsoft.Azure.Management.Network.Fluent.IHasFrontend, Microsoft.Azure.Management.Network.Fluent.IHasFrontendPort, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>, 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.LoadBalancingRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.ILoadBalancer>
type ILoadBalancingRule = interface
    interface IHasInner<LoadBalancingRuleInner>
    interface IChildResource<ILoadBalancer>
    interface IHasName
    interface IIndexable
    interface IHasParent<ILoadBalancer>
    interface IHasBackendPort
    interface IHasFrontend
    interface IHasFloatingIP
    interface IHasProtocol<TransportProtocol>
    interface IHasFrontendPort
Public Interface ILoadBalancingRule
Implements IChildResource(Of ILoadBalancer), IHasBackendPort, IHasFloatingIP, IHasFrontend, IHasFrontendPort, IHasInner(Of LoadBalancingRuleInner), IHasParent(Of ILoadBalancer), IHasProtocol(Of TransportProtocol)
実装

プロパティ

Backend

負荷分散規則に関連付けられているバックエンドを取得します。

BackendPort

ネットワーク トラフィックの送信先のバックエンド ポート番号を取得します。

(継承元 IHasBackendPort)
FloatingIPEnabled

フローティング IP 有効化の状態を取得します。

(継承元 IHasFloatingIP)
Frontend

関連付けられているフロントエンドを取得します。

(継承元 IHasFrontend)
FrontendPort

受信ネットワーク トラフィックが受信されるフロントエンド ポート番号を取得します。

(継承元 IHasFrontendPort)
IdleTimeoutInMinutes

非アクティブな接続が閉じられるまでの時間 (分) を取得します。

Inner

HTTP 負荷分散規則のクライアント側表現。

(継承元 IHasInner<T>)
Key

HTTP 負荷分散規則のクライアント側表現。

(継承元 IIndexable)
LoadDistribution

負荷分散のメソッドを取得します。

Name

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

(継承元 IHasName)
OutboundSnatDisabled

負荷分散規則のフロントエンドで指定されたパブリック IP アドレスを使用するように、バックエンド プール内の VM の SNAT を構成します。

Parent

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

(継承元 IHasParent<ParentT>)
Probe

負荷分散規則に関連付けられているプローブを取得します。

Protocol

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

(継承元 IHasProtocol<ProtocolT>)

適用対象