IWithAttach<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET