Uses of Class
com.azure.resourcemanager.appservice.models.TriggeredJobRun
-
Packages that use TriggeredJobRun Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of TriggeredJobRun in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return TriggeredJobRun Modifier and Type Method Description TriggeredJobRunTriggeredWebJobInner. latestRun()Get the latestRun property: Latest job run information.TriggeredJobRunTriggeredWebJobProperties. latestRun()Get the latestRun property: Latest job run information.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type TriggeredJobRun Modifier and Type Method Description List<TriggeredJobRun>TriggeredJobHistoryInner. runs()Get the runs property: List of triggered web job runs.List<TriggeredJobRun>TriggeredJobHistoryProperties. runs()Get the runs property: List of triggered web job runs.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type TriggeredJobRun Modifier and Type Method Description TriggeredWebJobInnerTriggeredWebJobInner. withLatestRun(TriggeredJobRun latestRun)Set the latestRun property: Latest job run information.TriggeredWebJobPropertiesTriggeredWebJobProperties. withLatestRun(TriggeredJobRun latestRun)Set the latestRun property: Latest job run information.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type TriggeredJobRun Modifier and Type Method Description TriggeredJobHistoryInnerTriggeredJobHistoryInner. withRuns(List<TriggeredJobRun> runs)Set the runs property: List of triggered web job runs.TriggeredJobHistoryPropertiesTriggeredJobHistoryProperties. withRuns(List<TriggeredJobRun> runs)Set the runs property: List of triggered web job runs. -
Uses of TriggeredJobRun in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return TriggeredJobRun Modifier and Type Method Description TriggeredJobRunTriggeredJobRun. withDuration(String duration)Set the duration property: Job duration.TriggeredJobRunTriggeredJobRun. withEndTime(OffsetDateTime endTime)Set the endTime property: End time.TriggeredJobRunTriggeredJobRun. withErrorUrl(String errorUrl)Set the errorUrl property: Error URL.TriggeredJobRunTriggeredJobRun. withJobName(String jobName)Set the jobName property: Job name.TriggeredJobRunTriggeredJobRun. withOutputUrl(String outputUrl)Set the outputUrl property: Output URL.TriggeredJobRunTriggeredJobRun. withStartTime(OffsetDateTime startTime)Set the startTime property: Start time.TriggeredJobRunTriggeredJobRun. withStatus(TriggeredWebJobStatus status)Set the status property: Job status.TriggeredJobRunTriggeredJobRun. withTrigger(String trigger)Set the trigger property: Job trigger.TriggeredJobRunTriggeredJobRun. withUrl(String url)Set the url property: Job URL.TriggeredJobRunTriggeredJobRun. withWebJobId(String webJobId)Set the webJobId property: Job ID.TriggeredJobRunTriggeredJobRun. withWebJobName(String webJobName)Set the webJobName property: Job name.
-