Uses of Interface
com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.Update
Packages that use LoadBalancerOutboundRule.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of LoadBalancerOutboundRule.Update in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type LoadBalancerOutboundRule.Update in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of an outbound rule update allowing to specify the transport protocol for the rule to apply to.Methods in com.azure.resourcemanager.network.models that return LoadBalancerOutboundRule.UpdateModifier and TypeMethodDescriptionLoadBalancerOutboundRule.UpdateStages.WithBackend.fromBackend(String name) Specifies the backend pool.LoadBalancerOutboundRule.UpdateStages.WithFrontend.toFrontend(String name) Specifies the frontend IP AddressLoadBalancerOutboundRule.UpdateStages.WithFrontend.toFrontends(List<String> names) Specifies the frontend IP AddressesLoadBalancer.UpdateStages.WithOutboundRule.updateOutboundRule(String name) Begins the description of an update to an existing outbound rule.LoadBalancerOutboundRule.UpdateStages.WithEnableTcpReset.withEnableTcpReset(boolean enableTcpReset) Specifies the idle connection timeout in minutes.LoadBalancerOutboundRule.UpdateStages.WithIdleTimeout.withIdleTimeoutInMinutes(int minutes) Specifies the idle connection timeout in minutes.