IUpdate 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.
Intégralité d’une mise à jour de sonde de passerelle d’application dans le cadre d’une mise à jour de passerelle d’application.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHealthyHttpResponseBodyContents, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHealthyHttpResponseStatusCodeRanges, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithHost, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithInterval, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithPath, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithRetries, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IWithTimeout, Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithProtocol
interface IWithProtocol<IUpdate, ApplicationGatewayProtocol>
interface IWithPath
interface IWithHost
interface IWithTimeout
interface IWithInterval
interface IWithRetries
interface IWithHealthyHttpResponseStatusCodeRanges
interface IWithHealthyHttpResponseStatusCodeRangesBeta
interface IBeta
interface IWithHealthyHttpResponseBodyContents
interface IWithHealthyHttpResponseBodyContentsBeta
Public Interface IUpdate
Implements IBeta, ISettable(Of IUpdate), IWithHealthyHttpResponseBodyContents, IWithHealthyHttpResponseStatusCodeRanges, IWithHost, IWithInterval, IWithPath, IWithProtocol, IWithProtocol(Of IUpdate, ApplicationGatewayProtocol), IWithRetries, IWithTimeout
- Implémente
-
IWithHealthyHttpResponseBodyContents IWithHealthyHttpResponseBodyContentsBeta IWithHealthyHttpResponseStatusCodeRanges IWithHealthyHttpResponseStatusCodeRangesBeta IWithHost IWithInterval IWithPath IWithProtocol IWithRetries IWithTimeout IWithProtocol<IUpdate,ApplicationGatewayProtocol> ISettable<IUpdate> IBeta
Méthodes
Parent() |
Intégralité d’une mise à jour de sonde de passerelle d’application dans le cadre d’une mise à jour de passerelle d’application. (Hérité de ISettable<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) |
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) |
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) |
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) |
WithHost(String) |
Spécifie le nom d’hôte vers lequel envoyer la sonde. (Hérité de IWithHost) |
WithHttp() |
Spécifie HTTP comme protocole de sonde. (Hérité de IWithProtocol) |
WithHttps() |
Spécifie HTTPS comme protocole de sonde. (Hérité de IWithProtocol) |
WithoutHealthyHttpResponseStatusCodeRanges() |
Supprime toutes les plages de code de réponse HTTP status saines. (Hérité de IWithHealthyHttpResponseStatusCodeRangesBeta) |
WithPath(String) |
Spécifie le chemin relatif de la sonde à appeler. Une sonde est envoyée à <protocol>://<host>:<port><path>. (Hérité de IWithPath) |
WithProtocol(ProtocolT) |
Spécifie le protocole de transport. (Hérité de IWithProtocol<ReturnT,ProtocolT>) |
WithRetriesBeforeUnhealthy(Int32) |
Spécifie le nombre de nouvelles tentatives avant que le serveur ne soit considéré comme défectueux. (Hérité de IWithRetries) |
WithTimeBetweenProbesInSeconds(Int32) |
Spécifie l’intervalle de temps en secondes entre les sondes consécutives. (Hérité de IWithInterval) |
WithTimeoutInSeconds(Int32) |
Spécifie la durée, en secondes, d’attente d’une réponse avant que la sonde soit considérée comme ayant échoué. (Hérité de IWithTimeout) |
S’applique à
Azure SDK for .NET