IWithHealthyHttpResponseStatusCodeRangesBeta.WithHealthyHttpResponseStatusCodeRange Méthode
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.
Surcharges
WithHealthyHttpResponseStatusCodeRange(String) |
Ajoute la plage spécifiée de la réponse HTTP du back-end status codes qui doivent être considérés comme sains. |
WithHealthyHttpResponseStatusCodeRange(Int32, Int32) |
Ajoute la plage spécifiée de la réponse HTTP du back-end status codes qui doivent être considérés comme sains. |
WithHealthyHttpResponseStatusCodeRange(String)
Ajoute la plage spécifiée de la réponse HTTP du back-end status codes qui doivent être considérés comme sains.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate WithHealthyHttpResponseStatusCodeRange (string range);
abstract member WithHealthyHttpResponseStatusCodeRange : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate
Public Function WithHealthyHttpResponseStatusCodeRange (range As String) As IUpdate
Paramètres
- range
- String
Plage de nombres exprimée au format « ###-#### », par exemple « 200-399 », qui est la valeur par défaut.
Retours
S’applique à
WithHealthyHttpResponseStatusCodeRange(Int32, Int32)
Ajoute la plage spécifiée de la réponse HTTP du back-end status codes qui doivent être considérés comme sains.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate WithHealthyHttpResponseStatusCodeRange (int from, int to);
abstract member WithHealthyHttpResponseStatusCodeRange : int * int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Update.IUpdate
Public Function WithHealthyHttpResponseStatusCodeRange (from As Integer, to As Integer) As IUpdate
Paramètres
- from
- Int32
Nombre le plus bas de la plage.
- to
- Int32
Nombre le plus élevé de la plage.
Retours
S’applique à
Azure SDK for .NET