IBlank<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ロード バランサー バックエンド定義の最初のステージ。
public interface 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 IBlank<'ParentT> = interface
interface IWithAttach<'ParentT>
interface IInUpdate<'ParentT>
interface IWithVirtualMachine<'ParentT>
Public Interface IBlank(Of ParentT)
Implements 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