Interface ApplicationGatewayProbe.UpdateStages.WithHealthyHttpResponseStatusCodeRanges

    • Method Detail

      • withHealthyHttpResponseStatusCodeRanges

        @Beta(V1_4_0)
        ApplicationGatewayProbe.Update withHealthyHttpResponseStatusCodeRanges​(Set<String> ranges)
        Specifies the ranges of the backend's HTTP response status codes that are to be considered healthy.
        Parameters:
        ranges - number ranges expressed in the format "###-###", for example "200-399", which is the default
        Returns:
        the next stage of the update
      • withHealthyHttpResponseStatusCodeRange

        @Beta(V1_4_0)
        ApplicationGatewayProbe.Update withHealthyHttpResponseStatusCodeRange​(String range)
        Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.
        Parameters:
        range - a number range expressed in the format "###-###", for example "200-399", which is the default
        Returns:
        the next stage of the update
      • withHealthyHttpResponseStatusCodeRange

        @Beta(V1_4_0)
        ApplicationGatewayProbe.Update withHealthyHttpResponseStatusCodeRange​(int from,
                                                                              int to)
        Adds the specified range of the backend's HTTP response status codes that are to be considered healthy.
        Parameters:
        from - the lowest number in the range
        to - the highest number in the range
        Returns:
        the next stage of the update
      • withoutHealthyHttpResponseStatusCodeRanges

        @Beta(V1_4_0)
        ApplicationGatewayProbe.Update withoutHealthyHttpResponseStatusCodeRanges()
        Removes all healthy HTTP status response code ranges.
        Returns:
        the next stage of the update