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