Interface LoadBalancerOutboundRule.Update<ParentT>
-
- All Superinterfaces:
HasProtocol.UpdateStages.WithProtocol<LoadBalancerOutboundRule.Update<ParentT>,LoadBalancerOutboundRuleProtocol>,LoadBalancerOutboundRule.UpdateStages.WithBackend<ParentT>,LoadBalancerOutboundRule.UpdateStages.WithEnableTcpReset<ParentT>,LoadBalancerOutboundRule.UpdateStages.WithFrontend<ParentT>,LoadBalancerOutboundRule.UpdateStages.WithIdleTimeout<ParentT>,LoadBalancerOutboundRule.UpdateStages.WithProtocol<ParentT>,Settable<ParentT>
- Enclosing interface:
- LoadBalancerOutboundRule
public static interface LoadBalancerOutboundRule.Update<ParentT> extends Settable<ParentT>, LoadBalancerOutboundRule.UpdateStages.WithProtocol<ParentT>, LoadBalancerOutboundRule.UpdateStages.WithBackend<ParentT>, LoadBalancerOutboundRule.UpdateStages.WithFrontend<ParentT>, LoadBalancerOutboundRule.UpdateStages.WithEnableTcpReset<ParentT>, LoadBalancerOutboundRule.UpdateStages.WithIdleTimeout<ParentT>
The entirety of an inbound NAT rule update as part of a load balancer update.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol.UpdateStages.WithProtocol
withProtocol
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.UpdateStages.WithBackend
fromBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.UpdateStages.WithEnableTcpReset
withEnableTcpReset
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.UpdateStages.WithFrontend
toFrontend, toFrontends
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.UpdateStages.WithIdleTimeout
withIdleTimeoutInMinutes
-
-