| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TriggeredJobRun |
TriggeredWebJobInner.latestRun()
Get the latestRun property: Latest job run information.
|
TriggeredJobRun |
TriggeredWebJobProperties.latestRun()
Get the latestRun property: Latest job run information.
|
| Modifier and Type | Method and Description |
|---|---|
TriggeredWebJobInner |
TriggeredWebJobInner.withLatestRun(TriggeredJobRun latestRun)
Set the latestRun property: Latest job run information.
|
TriggeredWebJobProperties |
TriggeredWebJobProperties.withLatestRun(TriggeredJobRun latestRun)
Set the latestRun property: Latest job run information.
|
| Modifier and Type | Method and Description |
|---|---|
TriggeredJobRun |
TriggeredJobRun.withDuration(String duration)
Set the duration property: Job duration.
|
TriggeredJobRun |
TriggeredJobRun.withEndTime(OffsetDateTime endTime)
Set the endTime property: End time.
|
TriggeredJobRun |
TriggeredJobRun.withErrorUrl(String errorUrl)
Set the errorUrl property: Error URL.
|
TriggeredJobRun |
TriggeredJobRun.withJobName(String jobName)
Set the jobName property: Job name.
|
TriggeredJobRun |
TriggeredJobRun.withOutputUrl(String outputUrl)
Set the outputUrl property: Output URL.
|
TriggeredJobRun |
TriggeredJobRun.withStartTime(OffsetDateTime startTime)
Set the startTime property: Start time.
|
TriggeredJobRun |
TriggeredJobRun.withStatus(TriggeredWebJobStatus status)
Set the status property: Job status.
|
TriggeredJobRun |
TriggeredJobRun.withTrigger(String trigger)
Set the trigger property: Job trigger.
|
TriggeredJobRun |
TriggeredJobRun.withUrl(String url)
Set the url property: Job URL.
|
TriggeredJobRun |
TriggeredJobRun.withWebJobId(String webJobId)
Set the webJobId property: Job ID.
|
TriggeredJobRun |
TriggeredJobRun.withWebJobName(String webJobName)
Set the webJobName property: Job name.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.