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