Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancingRule.UpdateDefinitionStages.WithBackendPort
-
Packages that use LoadBalancingRule.UpdateDefinitionStages.WithBackendPort Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancingRule.UpdateDefinitionStages.WithBackendPort in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancingRule.UpdateDefinitionStages.WithBackendPort in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancingRule.UpdateDefinition<ReturnT>The entirety of a load balancing rule definition as part of a load balancer update.Methods in com.azure.resourcemanager.network.models that return LoadBalancingRule.UpdateDefinitionStages.WithBackendPort Modifier and Type Method Description LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT>LoadBalancingRule.UpdateDefinitionStages.WithBackend. toBackend(String backendName)Specifies a backend on this load balancer to send network traffic to.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.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.
-