Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithAttach
Packages that use LoadBalancerBackend.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerBackend.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerBackend.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceLoadBalancerBackend.Definition<ParentT>The entirety of a load balancer backend definition.static interfaceThe first stage of a load balancer backend definition.Methods in com.azure.resourcemanager.network.models that return LoadBalancerBackend.DefinitionStages.WithAttachModifier and TypeMethodDescriptionLoadBalancerBackend.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.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.