Share via


IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>.WithHealthyHttpResponseStatusCodeRange Methode

Definition

Überlädt

WithHealthyHttpResponseStatusCodeRange(String)

Fügt den angegebenen Bereich der HTTP-Antwort des Back-Ends status Codes hinzu, die als fehlerfrei gelten sollen.

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

Fügt den angegebenen Bereich der HTTP-Antwort des Back-Ends status Codes hinzu, die als fehlerfrei gelten sollen.

WithHealthyHttpResponseStatusCodeRange(String)

Fügt den angegebenen Bereich der HTTP-Antwort des Back-Ends status Codes hinzu, die als fehlerfrei gelten sollen.

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

Parameter

range
String

Ein Zahlenbereich, der im Format "###-##", z. B. "200-399", ausgedrückt wird, was der Standard ist.

Gibt zurück

IWithAttach<ReturnT>

Gilt für:

WithHealthyHttpResponseStatusCodeRange(Int32, Int32)

Fügt den angegebenen Bereich der HTTP-Antwort des Back-Ends status Codes hinzu, die als fehlerfrei gelten sollen.

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

Parameter

from
Int32

Die niedrigste Zahl im Bereich.

to
Int32

Die höchste Zahl im Bereich.

Gibt zurück

IWithAttach<ReturnT>

Gilt für: