Interface LoadBalancerHttpProbe.DefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,LoadBalancerHttpProbe.DefinitionStages.WithIntervalInSeconds<ParentT>,LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes<ParentT>,LoadBalancerHttpProbe.DefinitionStages.WithPort<ParentT>
- All Known Subinterfaces:
LoadBalancerHttpProbe.Definition<ParentT>
- Enclosing interface:
LoadBalancerHttpProbe.DefinitionStages
public static interface LoadBalancerHttpProbe.DefinitionStages.WithAttach<ParentT>
extends Attachable.InDefinition<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithPort<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithIntervalInSeconds<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes<ParentT>
The final stage of the probe definition.
At this stage, any remaining optional settings can be specified, or the probe definition can be attached to the parent load balancer definition.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attachMethods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerHttpProbe.DefinitionStages.WithIntervalInSeconds
withIntervalInSecondsMethods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes
withNumberOfProbesMethods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerHttpProbe.DefinitionStages.WithPort
withPort