Uses of Class
com.azure.resourcemanager.appservice.models.TriggeredJobRun
Packages that use TriggeredJobRun
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 TriggeredJobRunModifier and TypeMethodDescriptionTriggeredWebJobInner.latestRun()Get the latestRun property: Latest job run information.TriggeredWebJobProperties.latestRun()Get the latestRun property: Latest job run information.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type TriggeredJobRunModifier and TypeMethodDescriptionTriggeredJobHistoryInner.runs()Get the runs property: List of triggered web job runs.TriggeredJobHistoryProperties.runs()Get the runs property: List of triggered web job runs.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type TriggeredJobRunModifier and TypeMethodDescriptionTriggeredWebJobInner.withLatestRun(TriggeredJobRun latestRun) Set the latestRun property: Latest job run information.TriggeredWebJobProperties.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 TriggeredJobRunModifier and TypeMethodDescriptionTriggeredJobHistoryInner.withRuns(List<TriggeredJobRun> runs) Set the runs property: List of triggered web job runs.TriggeredJobHistoryProperties.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 TriggeredJobRunModifier and TypeMethodDescriptionstatic TriggeredJobRunTriggeredJobRun.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TriggeredJobRun from the JsonReader.TriggeredJobRun.withDuration(String duration) Set the duration property: Job duration.TriggeredJobRun.withEndTime(OffsetDateTime endTime) Set the endTime property: End time.TriggeredJobRun.withErrorUrl(String errorUrl) Set the errorUrl property: Error URL.TriggeredJobRun.withJobName(String jobName) Set the jobName property: Job name.TriggeredJobRun.withOutputUrl(String outputUrl) Set the outputUrl property: Output URL.TriggeredJobRun.withStartTime(OffsetDateTime startTime) Set the startTime property: Start time.TriggeredJobRun.withStatus(TriggeredWebJobStatus status) Set the status property: Job status.TriggeredJobRun.withTrigger(String trigger) Set the trigger property: Job trigger.Set the url property: Job URL.TriggeredJobRun.withWebJobId(String webJobId) Set the webJobId property: Job ID.TriggeredJobRun.withWebJobName(String webJobName) Set the webJobName property: Job name.