Class ContinuousWebJobInner


  • public final class ContinuousWebJobInner
    extends ProxyOnlyResource
    Continuous Web Job Information.
    • Constructor Detail

      • ContinuousWebJobInner

        public ContinuousWebJobInner()
    • Method Detail

      • status

        public ContinuousWebJobStatus status()
        Get the status property: Job status.
        Returns:
        the status value.
      • withStatus

        public ContinuousWebJobInner withStatus​(ContinuousWebJobStatus status)
        Set the status property: Job status.
        Parameters:
        status - the status value to set.
        Returns:
        the ContinuousWebJobInner object itself.
      • detailedStatus

        public String detailedStatus()
        Get the detailedStatus property: Detailed status.
        Returns:
        the detailedStatus value.
      • withDetailedStatus

        public ContinuousWebJobInner withDetailedStatus​(String detailedStatus)
        Set the detailedStatus property: Detailed status.
        Parameters:
        detailedStatus - the detailedStatus value to set.
        Returns:
        the ContinuousWebJobInner object itself.
      • logUrl

        public String logUrl()
        Get the logUrl property: Log URL.
        Returns:
        the logUrl value.
      • withLogUrl

        public ContinuousWebJobInner withLogUrl​(String logUrl)
        Set the logUrl property: Log URL.
        Parameters:
        logUrl - the logUrl value to set.
        Returns:
        the ContinuousWebJobInner object itself.
      • runCommand

        public String runCommand()
        Get the runCommand property: Run command.
        Returns:
        the runCommand value.
      • withRunCommand

        public ContinuousWebJobInner withRunCommand​(String runCommand)
        Set the runCommand property: Run command.
        Parameters:
        runCommand - the runCommand value to set.
        Returns:
        the ContinuousWebJobInner object itself.
      • url

        public String url()
        Get the url property: Job URL.
        Returns:
        the url value.
      • withUrl

        public ContinuousWebJobInner withUrl​(String url)
        Set the url property: Job URL.
        Parameters:
        url - the url value to set.
        Returns:
        the ContinuousWebJobInner object itself.
      • extraInfoUrl

        public String extraInfoUrl()
        Get the extraInfoUrl property: Extra Info URL.
        Returns:
        the extraInfoUrl value.
      • withExtraInfoUrl

        public ContinuousWebJobInner withExtraInfoUrl​(String extraInfoUrl)
        Set the extraInfoUrl property: Extra Info URL.
        Parameters:
        extraInfoUrl - the extraInfoUrl value to set.
        Returns:
        the ContinuousWebJobInner object itself.
      • webJobType

        public WebJobType webJobType()
        Get the webJobType property: Job type.
        Returns:
        the webJobType value.
      • withWebJobType

        public ContinuousWebJobInner withWebJobType​(WebJobType webJobType)
        Set the webJobType property: Job type.
        Parameters:
        webJobType - the webJobType value to set.
        Returns:
        the ContinuousWebJobInner object itself.
      • error

        public String error()
        Get the error property: Error information.
        Returns:
        the error value.
      • withError

        public ContinuousWebJobInner withError​(String error)
        Set the error property: Error information.
        Parameters:
        error - the error value to set.
        Returns:
        the ContinuousWebJobInner object itself.
      • usingSdk

        public Boolean usingSdk()
        Get the usingSdk property: Using SDK?.
        Returns:
        the usingSdk value.
      • withUsingSdk

        public ContinuousWebJobInner withUsingSdk​(Boolean usingSdk)
        Set the usingSdk property: Using SDK?.
        Parameters:
        usingSdk - the usingSdk value to set.
        Returns:
        the ContinuousWebJobInner object itself.
      • settings

        public Map<String,​Object> settings()
        Get the settings property: Job settings.
        Returns:
        the settings value.
      • withSettings

        public ContinuousWebJobInner withSettings​(Map<String,​Object> settings)
        Set the settings property: Job settings.
        Parameters:
        settings - the settings value to set.
        Returns:
        the ContinuousWebJobInner object itself.