你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ValidateProbeOutput interface
Output of the validate probe API.
Properties
error |
Specifies the error code when the probe url is not accepted. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Indicates whether the probe URL is accepted or not. NOTE: This property will not be serialized. It can only be populated by the server. |
message | The detailed error message describing why the probe URL is not accepted. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorCode
Specifies the error code when the probe url is not accepted. NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: string
Property Value
string
isValid
Indicates whether the probe URL is accepted or not. NOTE: This property will not be serialized. It can only be populated by the server.
isValid?: boolean
Property Value
boolean
message
The detailed error message describing why the probe URL is not accepted. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string