Compartir a través de


IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>.WithHealthyHttpResponseStatusCodeRange Método

Definición

Sobrecargas

WithHealthyHttpResponseStatusCodeRange(String)

Agrega el intervalo especificado de los códigos de estado de respuesta HTTP del back-end que se deben considerar correctos.

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

Agrega el intervalo especificado de los códigos de estado de respuesta HTTP del back-end que se deben considerar correctos.

WithHealthyHttpResponseStatusCodeRange(String)

Agrega el intervalo especificado de los códigos de estado de respuesta HTTP del back-end que se deben considerar correctos.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithAttach<ReturnT> WithHealthyHttpResponseStatusCodeRange (string range);
abstract member WithHealthyHttpResponseStatusCodeRange : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithAttach<'ReturnT>
Public Function WithHealthyHttpResponseStatusCodeRange (range As String) As IWithAttach(Of ReturnT)

Parámetros

range
String

Intervalo de números expresado en el formato "###-###", por ejemplo"200-399", que es el valor predeterminado.

Devoluciones

Se aplica a

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

Agrega el intervalo especificado de los códigos de estado de respuesta HTTP del back-end que se deben considerar correctos.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithAttach<ReturnT> WithHealthyHttpResponseStatusCodeRange (int from, int to);
abstract member WithHealthyHttpResponseStatusCodeRange : int * int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithAttach<'ReturnT>
Public Function WithHealthyHttpResponseStatusCodeRange (from As Integer, to As Integer) As IWithAttach(Of ReturnT)

Parámetros

from
Int32

Número más bajo del intervalo.

to
Int32

Número más alto del intervalo.

Devoluciones

Se aplica a