IWithAttach<ParentT> Interface

Definition

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.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.LoadBalancerTcpProbe.Definition.IWithIntervalInSeconds<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerTcpProbe.Definition.IWithNumberOfProbes<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithIntervalInSeconds<'ParentT>
    interface IWithNumberOfProbes<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithIntervalInSeconds(Of ParentT), IWithNumberOfProbes(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithIntervalInSeconds(Int32)

Specifies the interval between probes, in seconds.

(Inherited from IWithIntervalInSeconds<ParentT>)
WithNumberOfProbes(Int32)

Specifies the number of unsuccessful probes before failure is determined.

(Inherited from IWithNumberOfProbes<ParentT>)

Applies to