Interface LoadBalancerOutboundRule.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,HasProtocol.DefinitionStages.WithProtocol<LoadBalancerOutboundRule.DefinitionStages.WithBackend<ParentT>,LoadBalancerOutboundRuleProtocol>,LoadBalancerOutboundRule.DefinitionStages.Blank<ParentT>,LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>,LoadBalancerOutboundRule.DefinitionStages.WithBackend<ParentT>,LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset<ParentT>,LoadBalancerOutboundRule.DefinitionStages.WithFrontend<ParentT>,LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout<ParentT>,LoadBalancerOutboundRule.DefinitionStages.WithProtocol<ParentT>
- Enclosing interface:
- LoadBalancerOutboundRule
public static interface LoadBalancerOutboundRule.Definition<ParentT> extends LoadBalancerOutboundRule.DefinitionStages.Blank<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithProtocol<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithBackend<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithFrontend<ParentT>, LoadBalancerOutboundRule.DefinitionStages.WithAttach<ParentT>
The entirety of an outbound rule 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.HasProtocol.DefinitionStages.WithProtocol
withProtocol
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.DefinitionStages.WithBackend
fromBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.DefinitionStages.WithEnableTcpReset
withEnableTcpReset
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.DefinitionStages.WithFrontend
toFrontend, toFrontends
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerOutboundRule.DefinitionStages.WithIdleTimeout
withIdleTimeoutInMinutes
-
-