Condividi tramite


IWithVirtualMachines.WithoutExistingVirtualMachines Method

Definition

Overloads

WithoutExistingVirtualMachines(IHasNetworkInterfaces[])

Removes the specified set of virtual machines from this backend address pool.

WithoutExistingVirtualMachines(IEnumerable<IHasNetworkInterfaces>)

Removes the specified set of virtual machines from this backend address pool.

WithoutExistingVirtualMachines(IHasNetworkInterfaces[])

Removes the specified set of virtual machines from this backend address pool.

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

Parameters

vms
IHasNetworkInterfaces[]

Existing virtual machines to be removed from this backend.

Returns

Applies to

WithoutExistingVirtualMachines(IEnumerable<IHasNetworkInterfaces>)

Removes the specified set of virtual machines from this backend address pool.

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

Parameters

vms
IEnumerable<IHasNetworkInterfaces>

Existing virtual machines to be removed from this backend.

Returns

Applies to