次の方法で共有


IWithVirtualMachines.WithoutExistingVirtualMachines メソッド

定義

オーバーロード

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

パラメーター

vms
IEnumerable<IHasNetworkInterfaces>

このバックエンドから削除する既存の仮想マシン。

戻り値

適用対象