Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancingRule.UpdateDefinitionStages.WithBackendPort
Packages that use LoadBalancingRule.UpdateDefinitionStages.WithBackendPort
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic 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.WithBackendPortModifier and TypeMethodDescriptionSpecifies a backend on this load balancer to send network traffic to.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.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.