IWithVirtualMachine<ReturnT>.WithExistingVirtualMachines 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
WithExistingVirtualMachines(IHasNetworkInterfaces[]) | |
WithExistingVirtualMachines(ICollection<IHasNetworkInterfaces>) |
WithExistingVirtualMachines(IHasNetworkInterfaces[])
public Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.UpdateDefinition.IWithAttach<ReturnT> WithExistingVirtualMachines (params Microsoft.Azure.Management.Network.Fluent.IHasNetworkInterfaces[] vms);
abstract member WithExistingVirtualMachines : Microsoft.Azure.Management.Network.Fluent.IHasNetworkInterfaces[] -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.UpdateDefinition.IWithAttach<'ReturnT>
Public Function WithExistingVirtualMachines (ParamArray vms As IHasNetworkInterfaces()) As IWithAttach(Of ReturnT)
Parameters
- vms
- IHasNetworkInterfaces[]
Returns
- IWithAttach<ReturnT>
Applies to
WithExistingVirtualMachines(ICollection<IHasNetworkInterfaces>)
public Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.UpdateDefinition.IWithAttach<ReturnT> WithExistingVirtualMachines (System.Collections.Generic.ICollection<Microsoft.Azure.Management.Network.Fluent.IHasNetworkInterfaces> vms);
abstract member WithExistingVirtualMachines : System.Collections.Generic.ICollection<Microsoft.Azure.Management.Network.Fluent.IHasNetworkInterfaces> -> Microsoft.Azure.Management.Network.Fluent.LoadBalancerBackend.UpdateDefinition.IWithAttach<'ReturnT>
Public Function WithExistingVirtualMachines (vms As ICollection(Of IHasNetworkInterfaces)) As IWithAttach(Of ReturnT)
Parameters
- vms
- System.Collections.Generic.ICollection<IHasNetworkInterfaces>
Returns
- IWithAttach<ReturnT>