Interface LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset<ParentT>,LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout<ParentT>
- All Known Subinterfaces:
LoadBalancerOutboundRule.Definition<ParentT>
- Enclosing interface:
- LoadBalancerOutboundRule.DefinitionStages
public static interface LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout<ParentT>
The final stage of the outbound rule definition.At this stage, any remaining optional settings can be specified, or the outbound rule definition can be attached to the parent load balancer definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset
withEnableTcpReset
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout
withIdleTimeoutInMinutes
-
-