public class JobInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
JobInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: User-defined description of the job.
|
JobSchedule |
schedule()
Get the schedule property: Schedule properties of the job.
|
void |
validate()
Validates the instance.
|
Integer |
version()
Get the version property: The job version number.
|
JobInner |
withDescription(String description)
Set the description property: User-defined description of the job.
|
JobInner |
withSchedule(JobSchedule schedule)
Set the schedule property: Schedule properties of the job.
|
public String description()
public JobInner withDescription(String description)
description - the description value to set.public Integer version()
public JobSchedule schedule()
public JobInner withSchedule(JobSchedule schedule)
schedule - the schedule value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.