IWithAttach<ReturnT> Interface

Definition

The final stage of an application gateway probe definition. At this stage, any remaining optional settings can be specified, or the probe definition can be attached to the parent application gateway definition.

public interface IWithAttach<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithHealthyHttpResponseBodyContents<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithHealthyHttpResponseBodyContentsBeta<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithHealthyHttpResponseStatusCodeRanges<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithInterval<ReturnT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithRetries<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IInDefinitionAlt<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAttach<'ReturnT> = interface
    interface IInDefinitionAlt<'ReturnT>
    interface IWithInterval<'ReturnT>
    interface IWithRetries<'ReturnT>
    interface IWithHealthyHttpResponseStatusCodeRanges<'ReturnT>
    interface IWithHealthyHttpResponseStatusCodeRangesBeta<'ReturnT>
    interface IBeta
    interface IWithHealthyHttpResponseBodyContents<'ReturnT>
    interface IWithHealthyHttpResponseBodyContentsBeta<'ReturnT>
Public Interface IWithAttach(Of ReturnT)
Implements IBeta, IInDefinitionAlt(Of ReturnT), IWithHealthyHttpResponseBodyContents(Of ReturnT), IWithHealthyHttpResponseBodyContentsBeta(Of ReturnT), IWithHealthyHttpResponseStatusCodeRanges(Of ReturnT), IWithHealthyHttpResponseStatusCodeRangesBeta(Of ReturnT), IWithInterval(Of ReturnT), IWithRetries(Of ReturnT)

Type Parameters

ReturnT

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

Derived
Implements

Methods

Attach()

Attaches the child definition to the parent resource definition.

(Inherited from IInDefinitionAlt<ParentT>)
WithHealthyHttpResponseBodyContents(String)

Specifies the content, if any, to look for in the body of an HTTP response to a probe to determine the health status of the backend.

(Inherited from IWithHealthyHttpResponseBodyContentsBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.

(Inherited from IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRange(String)

Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.

(Inherited from IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRanges(ISet<String>)

Specifies the ranges of the backend's HTTP response status codes that are to be considered healthy.

(Inherited from IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithRetriesBeforeUnhealthy(Int32)

Specifies the number of retries before the server is considered unhealthy.

(Inherited from IWithRetries<ParentT>)
WithTimeBetweenProbesInSeconds(Int32)

Specifies the time interval in seconds between consecutive probes.

(Inherited from IWithInterval<ParentT>)

Applies to