IWithAttach<ReturnT> 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 final stage of the load balancing rule definition. At this stage, any remaining optional settings can be specified, or the load balancing rule definition can be attached to the parent load balancer definition.
public interface IWithAttach<ReturnT> : Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Definition.IWithIdleTimeout<ReturnT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerOutboundRule.Definition.IWithTcpReset<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ReturnT>
type IWithAttach<'ReturnT> = interface
interface IInDefinition<'ReturnT>
interface IWithIdleTimeout<'ReturnT>
interface IWithTcpReset<'ReturnT>
Public Interface IWithAttach(Of ReturnT)
Implements IInDefinition(Of ReturnT), IWithIdleTimeout(Of ReturnT), IWithTcpReset(Of ReturnT)
Type Parameters
- ReturnT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
Attach() | (Inherited from IInDefinition<ParentT>) |
WithEnableTcpReset() |
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<ReturnT>) |
WithIdleTimeoutInMinutes(Int32) |
Specifies the timeout for the TCP idle connection. (Inherited from IWithIdleTimeout<ReturnT>) |
Applies to
Azure SDK for .NET