IApplicationGatewayProbe Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représentation côté client d’une sonde de passerelle d’application.
public interface IApplicationGatewayProbe : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewayProbeBeta, Microsoft.Azure.Management.Network.Fluent.IHasProtocol<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProbeInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayProbe = interface
interface IHasInner<ApplicationGatewayProbeInner>
interface IChildResource<IApplicationGateway>
interface IHasName
interface IIndexable
interface IHasParent<IApplicationGateway>
interface IHasProtocol<ApplicationGatewayProtocol>
interface IApplicationGatewayProbeBeta
interface IBeta
Public Interface IApplicationGatewayProbe
Implements IApplicationGatewayProbeBeta, IBeta, IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayProbeInner), IHasParent(Of IApplicationGateway), IHasProtocol(Of ApplicationGatewayProtocol)
- Implémente
Propriétés
HealthyHttpResponseBodyContents |
Obtient le contenu du corps d’une réponse HTTP à une sonde à case activée pour déterminer l’intégrité du back-end, ou null si aucun n’est spécifié. (Hérité de IApplicationGatewayProbeBeta) |
HealthyHttpResponseStatusCodeRanges |
Obtient les plages de code de réponse HTTP au format ####### retournés par le back-end que la sonde considère comme sains. (Hérité de IApplicationGatewayProbeBeta) |
Host |
Obtient le nom d’hôte à laquelle envoyer la sonde. |
Inner |
Représentation côté client d’une sonde de passerelle d’application. (Hérité de IHasInner<T>) |
Key |
Représentation côté client d’une sonde de passerelle d’application. (Hérité de IIndexable) |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
Parent |
Obtient le parent de cette ressource enfant. (Hérité de IHasParent<ParentT>) |
Path |
Obtient le chemin d’accès relatif à appeler par la sonde. |
Protocol |
Obtient le protocole. (Hérité de IHasProtocol<ProtocolT>) |
RetriesBeforeUnhealthy |
Obtient le nombre de sondes de nouvelle tentative ayant échoué avant que le serveur principal ne soit marqué comme étant en panne Les valeurs acceptables sont comprises entre 1 seconde et 20. |
TimeBetweenProbesInSeconds |
Obtient le nombre de secondes entre les nouvelles tentatives de sonde. |
TimeoutInSeconds |
Obtient le nombre de secondes en attente d’une réponse après lesquelles la sonde expire et où elle est marquée comme ayant échoué Les valeurs acceptables sont comprises entre 1 et 86400 secondes. |
S’applique à
Azure SDK for .NET