Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.DefinitionStages.WithAttach
-
Packages that use LoadBalancerOutboundRule.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of LoadBalancerOutboundRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of LoadBalancerOutboundRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceLoadBalancerOutboundRule.Definition<ParentT>The entirety of an outbound rule definition.Methods in com.azure.resourcemanager.network.models that return LoadBalancerOutboundRule.DefinitionStages.WithAttach Modifier and Type Method Description LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>LoadBalancerOutboundRule.DefinitionStages.WithFrontend. toFrontend(String name)Specifies a frontend for outbound rule to apply toLoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>LoadBalancerOutboundRule.DefinitionStages.WithFrontend. toFrontends(List<String> names)Specifies a list of frontends for outbound rule to apply toLoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset. withEnableTcpReset(boolean enableTcpReset)Specifies the TCP reset enablement for this outbound ruleLoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout. withIdleTimeoutInMinutes(int minutes)Specifies the idle connection timeout in minutes.
-