DefinitionMonitorHTTPOptions.ExpectedStatusCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Specifies the HTTP status code expected from a healthy endpoint. Endpoint is considered unhealthy otherwise.
public int ExpectedStatusCode { get; set; }
member this.ExpectedStatusCode : int with get, set
Public Property ExpectedStatusCode As Integer