IWithVirtualMachines.WithoutExistingVirtualMachines Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Existing virtual machines to be removed from this backend.