Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancingRule.UpdateDefinitionStages.WithAttach
-
Packages that use LoadBalancingRule.UpdateDefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancingRule.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancingRule.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancingRule.UpdateDefinition<ReturnT>The entirety of a load balancing rule definition as part of a load balancer update.static interfaceLoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT>The stage of a load balancing rule definition allowing to specify the backend port to send the load-balanced traffic to.Methods in com.azure.resourcemanager.network.models that return LoadBalancingRule.UpdateDefinitionStages.WithAttach Modifier and Type Method Description LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>LoadBalancingRule.UpdateDefinitionStages.WithIdleTimeoutInMinutes. withIdleTimeoutInMinutes(int minutes)Specifies the number of minutes before an idle connection is closed.LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>LoadBalancingRule.UpdateDefinitionStages.WithLoadDistribution. withLoadDistribution(LoadDistribution loadDistribution)Specifies the load distribution mode.LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>LoadBalancingRule.UpdateDefinitionStages.WithProbe. withProbe(String name)Associates the specified existing HTTP or TCP probe of this load balancer with the load balancing rule.
-