Interface LoadBalancerHttpProbe.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,LoadBalancerHttpProbe.DefinitionStages.Blank<ParentT>,LoadBalancerHttpProbe.DefinitionStages.WithAttach<ParentT>,LoadBalancerHttpProbe.DefinitionStages.WithIntervalInSeconds<ParentT>,LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes<ParentT>,LoadBalancerHttpProbe.DefinitionStages.WithPort<ParentT>,LoadBalancerHttpProbe.DefinitionStages.WithRequestPath<ParentT>
- Enclosing interface:
- LoadBalancerHttpProbe
public static interface LoadBalancerHttpProbe.Definition<ParentT> extends LoadBalancerHttpProbe.DefinitionStages.Blank<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithAttach<ParentT>, LoadBalancerHttpProbe.DefinitionStages.WithRequestPath<ParentT>
The entirety of a probe 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.LoadBalancerHttpProbe.DefinitionStages.WithIntervalInSeconds
withIntervalInSeconds
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerHttpProbe.DefinitionStages.WithNumberOfProbes
withNumberOfProbes
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerHttpProbe.DefinitionStages.WithPort
withPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.LoadBalancerHttpProbe.DefinitionStages.WithRequestPath
withRequestPath
-
-