你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationGatewayProbeHealthResponseMatch 构造函数

定义

重载

ApplicationGatewayProbeHealthResponseMatch()

初始化 ApplicationGatewayProbeHealthResponseMatch 类的新实例。

ApplicationGatewayProbeHealthResponseMatch(String, IList<String>)

初始化 ApplicationGatewayProbeHealthResponseMatch 类的新实例。

ApplicationGatewayProbeHealthResponseMatch()

初始化 ApplicationGatewayProbeHealthResponseMatch 类的新实例。

public ApplicationGatewayProbeHealthResponseMatch();
Public Sub New ()

适用于

ApplicationGatewayProbeHealthResponseMatch(String, IList<String>)

初始化 ApplicationGatewayProbeHealthResponseMatch 类的新实例。

public ApplicationGatewayProbeHealthResponseMatch(string body = default, System.Collections.Generic.IList<string> statusCodes = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayProbeHealthResponseMatch
Public Sub New (Optional body As String = Nothing, Optional statusCodes As IList(Of String) = Nothing)

参数

body
String

运行状况响应中必须包含的正文。 默认值为空。

statusCodes
IList<String>

允许的正常状态代码范围。 正常状态代码的默认范围是 200-399。

适用于