Partager via


IWithAttach<ParentT> Interface

Définition

Dernière étape d’une définition de sonde de passerelle d’application. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés ou la définition de sonde peut être attachée à la définition de passerelle d’application parente.

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

Paramètres de type

ParentT

Étape de la définition de la passerelle d’application parente à laquelle revenir après l’attachement de cette définition.

Dérivé
Implémente

Méthodes

Attach()

Joint la définition enfant à la mise à jour des ressources parentes.

(Hérité de IInUpdateAlt<ParentT>)
WithHealthyHttpResponseBodyContents(String)

Spécifie le contenu, le cas échéant, à rechercher dans le corps d’une réponse HTTP à une sonde pour déterminer l’status d’intégrité du back-end.

(Hérité de IWithHealthyHttpResponseBodyContentsBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

Ajoute la plage spécifiée de la réponse HTTP du serveur principal status codes qui doivent être considérés comme sains.

(Hérité de IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRange(String)

Ajoute la plage spécifiée de la réponse HTTP du serveur principal status codes qui doivent être considérés comme sains.

(Hérité de IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithHealthyHttpResponseStatusCodeRanges(ISet<String>)

Spécifie les plages de la réponse HTTP du serveur principal status codes qui doivent être considérés comme sains.

(Hérité de IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>)
WithRetriesBeforeUnhealthy(Int32)

Spécifie le nombre de nouvelles tentatives avant que le serveur ne soit considéré comme défectueux.

(Hérité de IWithRetries<ParentT>)
WithTimeBetweenProbesInSeconds(Int32)

Spécifie l’intervalle de temps en secondes entre les sondes consécutives.

(Hérité de IWithInterval<ParentT>)

S’applique à