Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancingRule.DefinitionStages.WithBackendPort
Packages that use LoadBalancingRule.DefinitionStages.WithBackendPort
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceLoadBalancingRule.Definition<ReturnT>The entirety of a load balancing rule definition.Methods in com.azure.resourcemanager.network.models that return LoadBalancingRule.DefinitionStages.WithBackendPortModifier and TypeMethodDescriptionSpecifies a backend on this load balancer to send network traffic to.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.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.