Interface ApplicationGateway.UpdateStages.WithProbe

    • Method Detail

      • updateProbe

        ApplicationGatewayProbe.Update updateProbe​(String name)
        Begins the update of an existing probe.
        Parameters:
        name - the name of an existing probe
        Returns:
        the first stage of a probe update
      • withoutProbe

        ApplicationGateway.Update withoutProbe​(String name)
        Removes a probe from the application gateway.

        Any references to this probe from backend HTTP configurations will be automatically removed.

        Parameters:
        name - the name of an existing probe
        Returns:
        the next stage of the update