Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerBackend.UpdateDefinitionStages.WithAttach
-
Packages that use LoadBalancerBackend.UpdateDefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancerBackend.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerBackend.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancerBackend.UpdateDefinition<ParentT>The entirety of a load balancer backend definition as part of a load balancer update.static interfaceLoadBalancerBackend.UpdateDefinitionStages.Blank<ParentT>The first stage of a load balancer backend definition.Methods in com.azure.resourcemanager.network.models that return LoadBalancerBackend.UpdateDefinitionStages.WithAttach Modifier and Type Method Description LoadBalancerBackend.UpdateDefinitionStages.WithAttach<ReturnT>LoadBalancerBackend.UpdateDefinitionStages.WithVirtualMachine. withExistingVirtualMachines(HasNetworkInterfaces... vms)Adds the specified set of virtual machines, assuming they are from the same availability set, to this back end address pool.LoadBalancerBackend.UpdateDefinitionStages.WithAttach<ReturnT>LoadBalancerBackend.UpdateDefinitionStages.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.
-