IUpdateDefinition<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ロード バランサーの更新プログラムの一部としてのロード バランサー バックエンド定義の全体。
public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.UpdateDefinition.IWithVirtualMachine<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithVirtualMachine<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithVirtualMachine(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻る親定義のステージ。
- 実装
メソッド
Attach() |
ロード バランサーの更新プログラムの一部としてのロード バランサー バックエンド定義の全体。 (継承元 IInUpdate<ParentT>) |
WithExistingVirtualMachines(ICollection<IHasNetworkInterfaces>) |
指定した一連の仮想マシンを、同じ可用性セットからこのバックエンド アドレス プールに追加します。 これにより、指定された一連の仮想マシンのプライマリ ネットワーク インターフェイスのプライマリ IP 構成への参照が追加されます。 仮想マシンが同じ可用性セットにない場合、これらの仮想マシンはこのバックエンドに関連付けられません。 既存のネットワーク インターフェイスが既にあるロード バランサーに関連付けられるのは、それらの仮想マシンだけです。 ネットワーク インターフェイスのない仮想マシンはスキップされます。 (継承元 IWithVirtualMachine<ReturnT>) |
WithExistingVirtualMachines(IHasNetworkInterfaces[]) |
指定した一連の仮想マシンを、同じ可用性セットからこのバックエンド アドレス プールに追加します。 これにより、指定された一連の仮想マシンのプライマリ ネットワーク インターフェイスのプライマリ IP 構成への参照が追加されます。 仮想マシンが同じ可用性セットにない場合、これらの仮想マシンはこのバックエンドに関連付けられません。 既存のネットワーク インターフェイスが既にあるロード バランサーに関連付けられるのは、それらの仮想マシンだけです。 ネットワーク インターフェイスのない仮想マシンはスキップされます。 (継承元 IWithVirtualMachine<ReturnT>) |
適用対象
Azure SDK for .NET