Share via


IWithHealthyHttpResponseStatusCodeRangesBeta<ReturnT>.WithHealthyHttpResponseStatusCodeRanges Methode

Definition

Gibt die Bereiche der HTTP-Antwort des Back-Ends status Codes an, die als fehlerfrei gelten sollen.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithAttach<ReturnT> WithHealthyHttpResponseStatusCodeRanges (System.Collections.Generic.ISet<string> ranges);
abstract member WithHealthyHttpResponseStatusCodeRanges : System.Collections.Generic.ISet<string> -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.UpdateDefinition.IWithAttach<'ReturnT>
Public Function WithHealthyHttpResponseStatusCodeRanges (ranges As ISet(Of String)) As IWithAttach(Of ReturnT)

Parameter

ranges
ISet<String>

Zahlenbereiche, die im Format "###-####"ausgedrückt werden, z. B. "200-399", was der Standard ist.

Gibt zurück

IWithAttach<ReturnT>

Gilt für: