ILoadBalancerBackend インターフェイス

定義

ロード バランサー バックエンド アドレス プールのクライアント側表現。

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

プロパティ

BackendNicIPConfigurationNames

NIC のリソース ID でインデックス付けされた、このバックエンドに割り当てられているネットワーク インターフェイスの IP 構成の名前のマップを取得します。

(継承元 IHasBackendNics)
Inner

ロード バランサー バックエンド アドレス プールのクライアント側表現。

(継承元 IHasInner<T>)
Key

ロード バランサー バックエンド アドレス プールのクライアント側表現。

(継承元 IIndexable)
LoadBalancingRules

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

(継承元 IHasLoadBalancingRules)
Name

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

(継承元 IHasName)
Parent

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

(継承元 IHasParent<ParentT>)

メソッド

GetVirtualMachineIds()

ロード バランサー バックエンド アドレス プールのクライアント側表現。

適用対象