Microsoft.Azure.Management.Network.Fluent.LoadBalancerHttpProbe.Definition Namespace

Interfaces

IBlank<ParentT>

The first stage of the probe definition.

IDefinition<ParentT>

The entirety of a probe definition.

IWithAttach<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.

IWithIntervalInSeconds<ParentT>

The stage of the HTTP probe definition allowing to specify the probe interval.

IWithNumberOfProbes<ParentT>

The stage of the HTTP probe definition allowing to specify the number of unsuccessful probes before failure is determined.

IWithPort<ParentT>

The stage of the probe definition allowing to specify the port to monitor.

IWithRequestPath<ParentT>

The stage of the probe definition allowing to specify the HTTP request path for the probe to monitor.