Uses of Interface
com.azure.resourcemanager.network.models.HasNetworkInterfaces
-
Packages that use HasNetworkInterfaces Package Description com.azure.resourcemanager.network.models 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 HasNetworkInterfaces Modifier and Type Method Description ConnectivityCheck.DefinitionStages.WithExecuteConnectivityCheck.DefinitionStages.FromSourceVirtualMachine. fromSourceVirtualMachine(HasNetworkInterfaces vm)LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT>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.WithBackendPort<ReturnT>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.WithDestinationPortConnectionMonitor.DefinitionStages.WithDestination. withDestination(HasNetworkInterfaces vm)LoadBalancerBackend.DefinitionStages.WithAttach<ReturnT>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.WithAttach<ReturnT>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.WithDestinationConnectionMonitor.DefinitionStages.WithSource. withSource(HasNetworkInterfaces vm)Method parameters in com.azure.resourcemanager.network.models with type arguments of type HasNetworkInterfaces Modifier and Type Method Description LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT>LoadBalancingRule.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.WithBackendPort<ReturnT>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.WithAttach<ReturnT>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.WithAttach<ReturnT>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.
-