IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of a load balancer outbound rule update as part of a load balancer update.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithBackend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithIdleTimeout, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Update.IWithTcpReset, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithProtocol
interface IWithProtocol<IUpdate, LoadBalancerOutboundRuleProtocol>
interface IWithBackend
interface IWithFrontend
interface IWithIdleTimeout
interface IWithTcpReset
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithBackend, IWithFrontend, IWithIdleTimeout, IWithProtocol, IWithProtocol(Of IUpdate, LoadBalancerOutboundRuleProtocol), IWithTcpReset
- Implements
Methods
FromBackend(String) |
Specifies a backend pool on this load balancer for outbound traffic. (Inherited from IWithBackend) |
Parent() | (Inherited from ISettable<ParentT>) |
ToFrontend(String) |
Specifies the frontend on this load balancer for outbound traffic. (Inherited from IWithFrontend) |
ToFrontends(String[]) |
Specifies the frontends on this load balancer for outbound traffic. (Inherited from IWithFrontend) |
WithEnableTcpReset(Boolean) |
Specifies the bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. (Inherited from IWithTcpReset) |
WithIdleTimeoutInMinutes(Int32) |
Specifies the timeout for the TCP idle connection. (Inherited from IWithIdleTimeout) |
WithProtocol(ProtocolT) |
Specifies the transport protocol. (Inherited from IWithProtocol<ReturnT,ProtocolT>) |
Applies to
Azure SDK for .NET