Uses of Interface
com.azure.resourcemanager.network.models.HasNetworkInterfaces
Packages that use HasNetworkInterfaces
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of HasNetworkInterfaces in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models with parameters of type HasNetworkInterfacesModifier and TypeMethodDescriptionConnectivityCheck.DefinitionStages.FromSourceVirtualMachine.fromSourceVirtualMachine(HasNetworkInterfaces vm) Specifies virtual machine from which a connectivity check will be initiated.LoadBalancingRule.DefinitionStages.WithVirtualMachine.toExistingVirtualMachines(HasNetworkInterfaces... vms) Adds the specified set of virtual machines, assuming they are from the same availability set, to a new back end address pool to be associated with this load balancing rule.LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine.toExistingVirtualMachines(HasNetworkInterfaces... vms) Adds the specified set of virtual machines, assuming they are from the same availability set, to a new back end address pool to be associated with this load balancing rule.ConnectionMonitor.DefinitionStages.WithDestination.withDestination(HasNetworkInterfaces vm) Specifies virtual machine used as the source by connection monitor.LoadBalancerBackend.DefinitionStages.WithVirtualMachine.withExistingVirtualMachines(HasNetworkInterfaces... vms) Adds the specified set of virtual machines, assuming they are from the same availability set, to this backend address pool.LoadBalancerBackend.UpdateDefinitionStages.WithVirtualMachine.withExistingVirtualMachines(HasNetworkInterfaces... vms) Adds the specified set of virtual machines, assuming they are from the same availability set, to this back end address pool.ConnectionMonitor.DefinitionStages.WithSource.withSource(HasNetworkInterfaces vm) Specifies virtual machine used as the source by connection monitor.Method parameters in com.azure.resourcemanager.network.models with type arguments of type HasNetworkInterfacesModifier and TypeMethodDescriptionLoadBalancingRule.DefinitionStages.WithVirtualMachine.toExistingVirtualMachines(Collection<HasNetworkInterfaces> vms) Adds the specified set of virtual machines, assuming they are from the same availability set, to a new back end address pool to be associated with this load balancing rule.LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine.toExistingVirtualMachines(Collection<HasNetworkInterfaces> vms) Adds the specified set of virtual machines, assuming they are from the same availability set, to a new back end address pool to be associated with this load balancing rule.LoadBalancerBackend.DefinitionStages.WithVirtualMachine.withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms) Adds the specified set of virtual machines, assuming they are from the same availability set, to this backend address pool.LoadBalancerBackend.UpdateDefinitionStages.WithVirtualMachine.withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms) Adds the specified set of virtual machines, assuming they are from the same availability set, to this backend address pool.