共用方式為


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.UpdateDefinition.IWithIntervalInSeconds<ParentT>, Microsoft.Azure.Management.Network.Fluent.LoadBalancerTcpProbe.UpdateDefinition.IWithNumberOfProbes<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
    interface IWithNumberOfProbes<'ParentT>
    interface IWithIntervalInSeconds<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(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 IInUpdate<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