Interface LoadBalancerHttpProbe.UpdateDefinition<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InUpdate<ParentT>
,LoadBalancerHttpProbe.UpdateDefinitionStages.Blank<ParentT>
,LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>
,LoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>
,LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>
,LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort<ParentT>
,LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath<ParentT>
- Enclosing interface:
- LoadBalancerHttpProbe
public static interface LoadBalancerHttpProbe.UpdateDefinition<ParentT>
extends LoadBalancerHttpProbe.UpdateDefinitionStages.Blank<ParentT>, LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>, LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath<ParentT>
The entirety of a probe definition as part of a load balancer update.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate
attach
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds
withIntervalInSeconds
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes
withNumberOfProbes
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort
withPort
Methods inherited from interface com.microsoft.azure.management.network.LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath
withRequestPath