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

定義

ロード バランサーバックエンド定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.Definition.IWithVirtualMachine<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IBlank<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithVirtualMachine<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithVirtualMachine(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

ロード バランサーバックエンド定義の最初のステージ。

(継承元 IInDefinition<ParentT>)
WithExistingVirtualMachines(ICollection<IHasNetworkInterfaces>)

指定した仮想マシンのセットを、同じ可用性セットからこのバックエンド アドレス プールに追加します。 これにより、指定された仮想マシンのセットのプライマリ ネットワーク インターフェイスのプライマリ IP 構成への参照が追加されます。 仮想マシンが同じ可用性セットにない場合、これらの仮想マシンはこのバックエンドに関連付けされません。 既存のネットワーク インターフェイスが既にあるロード バランサーに関連付けられるのは、それらの仮想マシンのみです。 ネットワーク インターフェイスのない仮想マシンはスキップされます。

(継承元 IWithVirtualMachine<ReturnT>)
WithExistingVirtualMachines(IHasNetworkInterfaces[])

指定した仮想マシンのセットを、同じ可用性セットからこのバックエンド アドレス プールに追加します。 これにより、指定された仮想マシンのセットのプライマリ ネットワーク インターフェイスのプライマリ IP 構成への参照が追加されます。 仮想マシンが同じ可用性セットにない場合、これらの仮想マシンはこのバックエンドに関連付けされません。 既存のネットワーク インターフェイスが既にあるロード バランサーに関連付けられるのは、それらの仮想マシンのみです。 ネットワーク インターフェイスのない仮想マシンはスキップされます。

(継承元 IWithVirtualMachine<ReturnT>)

適用対象