Class ApplicationGatewayProbeHealthResponseMatch


  • public class ApplicationGatewayProbeHealthResponseMatch
    extends Object
    Application gateway probe health response match.
    • Constructor Detail

      • ApplicationGatewayProbeHealthResponseMatch

        public ApplicationGatewayProbeHealthResponseMatch()
    • Method Detail

      • body

        public String body()
        Get the body value.
        Returns:
        the body value
      • statusCodes

        public List<String> statusCodes()
        Get the statusCodes value.
        Returns:
        the statusCodes value
      • withStatusCodes

        public ApplicationGatewayProbeHealthResponseMatch withStatusCodes​(List<String> statusCodes)
        Set the statusCodes value.
        Parameters:
        statusCodes - the statusCodes value to set
        Returns:
        the ApplicationGatewayProbeHealthResponseMatch object itself.