IWithVirtualMachines.WithoutExistingVirtualMachines メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithoutExistingVirtualMachines(IHasNetworkInterfaces[]) |
指定した仮想マシンのセットを、このバックエンド アドレス プールから削除します。 |
WithoutExistingVirtualMachines(IEnumerable<IHasNetworkInterfaces>) |
指定した仮想マシンのセットを、このバックエンド アドレス プールから削除します。 |
WithoutExistingVirtualMachines(IHasNetworkInterfaces[])
指定した仮想マシンのセットを、このバックエンド アドレス プールから削除します。
public Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.Update.IUpdate WithoutExistingVirtualMachines(params Microsoft.Azure.Management.Network.Fluent.IHasNetworkInterfaces[] vms);
abstract member WithoutExistingVirtualMachines : Microsoft.Azure.Management.Network.Fluent.IHasNetworkInterfaces[] -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.Update.IUpdate
Public Function WithoutExistingVirtualMachines (ParamArray vms As IHasNetworkInterfaces()) As IUpdate
パラメーター
- vms
- IHasNetworkInterfaces[]
このバックエンドから削除する既存の仮想マシン。
戻り値
適用対象
WithoutExistingVirtualMachines(IEnumerable<IHasNetworkInterfaces>)
指定した仮想マシンのセットを、このバックエンド アドレス プールから削除します。
public Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.Update.IUpdate WithoutExistingVirtualMachines(System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Network.Fluent.IHasNetworkInterfaces> vms);
abstract member WithoutExistingVirtualMachines : seq<Microsoft.Azure.Management.Network.Fluent.IHasNetworkInterfaces> -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.Update.IUpdate
Public Function WithoutExistingVirtualMachines (vms As IEnumerable(Of IHasNetworkInterfaces)) As IUpdate
パラメーター
このバックエンドから削除する既存の仮想マシン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET