Microsoft.Azure.Management.Network.Fluent.LoadBalancerTcpProbe.UpdateDefinition Namespace

Interfaces

IBlank<ParentT>

The first stage of the probe definition.

IUpdateDefinition<ParentT>

The entirety of a probe definition as part of a load balancer update.

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 TCP probe definition allowing to specify the probe interval.

IWithNumberOfProbes<ParentT>

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

IWithPort<ParentT>

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