Interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithLivenessProbe<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
All Known Subinterfaces:
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinition<ParentT>, ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>, ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPortsOrContainerInstanceAttach<ParentT>
Enclosing interface:
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages

public static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithLivenessProbe<ParentT>
The stage of the container instance definition allowing to specify liveness probe. Azure Container Instances supports liveness probes so that you can configure your containers within your container group to restart if critical functionality is not working.