### YamlMime:JavaType uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule" name: "CloudJobSchedule" nameWithType: "CloudJobSchedule" summary: "A Job Schedule that allows recurring Jobs by specifying when to run Jobs and a specification used to create each Job." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public class **CloudJobSchedule**" constructors: - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.CloudJobSchedule()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.CloudJobSchedule()" name: "CloudJobSchedule()" nameWithType: "CloudJobSchedule.CloudJobSchedule()" syntax: "public CloudJobSchedule()" methods: - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.creationTime()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.creationTime()" name: "creationTime()" nameWithType: "CloudJobSchedule.creationTime()" summary: "Get the creationTime value." syntax: "public DateTime creationTime()" desc: "Get the creationTime value." returns: description: "the creationTime value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.displayName()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.displayName()" name: "displayName()" nameWithType: "CloudJobSchedule.displayName()" summary: "Get the displayName value." syntax: "public String displayName()" desc: "Get the displayName value." returns: description: "the displayName value" type: "String" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.eTag()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.eTag()" name: "eTag()" nameWithType: "CloudJobSchedule.eTag()" summary: "Get this is an opaque string." syntax: "public String eTag()" desc: "Get this is an opaque string. You can use it to detect whether the Job Schedule has changed between requests. In particular, you can be pass the ETag with an Update Job Schedule request to specify that your changes should take effect only if nobody else has modified the schedule in the meantime." returns: description: "the eTag value" type: "String" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.executionInfo()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.executionInfo()" name: "executionInfo()" nameWithType: "CloudJobSchedule.executionInfo()" summary: "Get the executionInfo value." syntax: "public JobScheduleExecutionInformation executionInfo()" desc: "Get the executionInfo value." returns: description: "the executionInfo value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.id()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.id()" name: "id()" nameWithType: "CloudJobSchedule.id()" summary: "Get the id value." syntax: "public String id()" desc: "Get the id value." returns: description: "the id value" type: "String" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.jobSpecification()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.jobSpecification()" name: "jobSpecification()" nameWithType: "CloudJobSchedule.jobSpecification()" summary: "Get the jobSpecification value." syntax: "public JobSpecification jobSpecification()" desc: "Get the jobSpecification value." returns: description: "the jobSpecification value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.lastModified()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.lastModified()" name: "lastModified()" nameWithType: "CloudJobSchedule.lastModified()" summary: "Get this is the last time at which the schedule level data, such as the Job specification or recurrence information, changed." syntax: "public DateTime lastModified()" desc: "Get this is the last time at which the schedule level data, such as the Job specification or recurrence information, changed. It does not factor in job-level changes such as new Jobs being created or Jobs changing state." returns: description: "the lastModified value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.metadata()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.metadata()" name: "metadata()" nameWithType: "CloudJobSchedule.metadata()" summary: "Get the Batch service does not assign any meaning to metadata; it is solely for the use of user code." syntax: "public List metadata()" desc: "Get the Batch service does not assign any meaning to metadata; it is solely for the use of user code." returns: description: "the metadata value" type: "List<>" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.previousState()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.previousState()" name: "previousState()" nameWithType: "CloudJobSchedule.previousState()" summary: "Get this property is not present if the Job Schedule is in its initial active state." syntax: "public JobScheduleState previousState()" desc: "Get this property is not present if the Job Schedule is in its initial active state. Possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'." returns: description: "the previousState value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.previousStateTransitionTime()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.previousStateTransitionTime()" name: "previousStateTransitionTime()" nameWithType: "CloudJobSchedule.previousStateTransitionTime()" summary: "Get this property is not present if the Job Schedule is in its initial active state." syntax: "public DateTime previousStateTransitionTime()" desc: "Get this property is not present if the Job Schedule is in its initial active state." returns: description: "the previousStateTransitionTime value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.schedule()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.schedule()" name: "schedule()" nameWithType: "CloudJobSchedule.schedule()" summary: "Get all times are fixed respective to UTC and are not impacted by daylight saving time." syntax: "public Schedule schedule()" desc: "Get all times are fixed respective to UTC and are not impacted by daylight saving time." returns: description: "the schedule value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.state()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.state()" name: "state()" nameWithType: "CloudJobSchedule.state()" summary: "Get possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'." syntax: "public JobScheduleState state()" desc: "Get possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'." returns: description: "the state value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.stateTransitionTime()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.stateTransitionTime()" name: "stateTransitionTime()" nameWithType: "CloudJobSchedule.stateTransitionTime()" summary: "Get the stateTransitionTime value." syntax: "public DateTime stateTransitionTime()" desc: "Get the stateTransitionTime value." returns: description: "the stateTransitionTime value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.stats()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.stats()" name: "stats()" nameWithType: "CloudJobSchedule.stats()" summary: "Get the stats value." syntax: "public JobScheduleStatistics stats()" desc: "Get the stats value." returns: description: "the stats value" type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.url()" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.url()" name: "url()" nameWithType: "CloudJobSchedule.url()" summary: "Get the url value." syntax: "public String url()" desc: "Get the url value." returns: description: "the url value" type: "String" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withCreationTime(org.joda.time.DateTime)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withCreationTime(DateTime creationTime)" name: "withCreationTime(DateTime creationTime)" nameWithType: "CloudJobSchedule.withCreationTime(DateTime creationTime)" summary: "Set the creationTime value." parameters: - description: "the creationTime value to set" name: "creationTime" type: "" syntax: "public CloudJobSchedule withCreationTime(DateTime creationTime)" desc: "Set the creationTime value." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withDisplayName(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withDisplayName(String displayName)" name: "withDisplayName(String displayName)" nameWithType: "CloudJobSchedule.withDisplayName(String displayName)" summary: "Set the displayName value." parameters: - description: "the displayName value to set" name: "displayName" type: "String" syntax: "public CloudJobSchedule withDisplayName(String displayName)" desc: "Set the displayName value." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withETag(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withETag(String eTag)" name: "withETag(String eTag)" nameWithType: "CloudJobSchedule.withETag(String eTag)" summary: "Set this is an opaque string." parameters: - description: "the eTag value to set" name: "eTag" type: "String" syntax: "public CloudJobSchedule withETag(String eTag)" desc: "Set this is an opaque string. You can use it to detect whether the Job Schedule has changed between requests. In particular, you can be pass the ETag with an Update Job Schedule request to specify that your changes should take effect only if nobody else has modified the schedule in the meantime." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withExecutionInfo(com.microsoft.azure.batch.protocol.models.JobScheduleExecutionInformation)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withExecutionInfo(JobScheduleExecutionInformation executionInfo)" name: "withExecutionInfo(JobScheduleExecutionInformation executionInfo)" nameWithType: "CloudJobSchedule.withExecutionInfo(JobScheduleExecutionInformation executionInfo)" summary: "Set the executionInfo value." parameters: - description: "the executionInfo value to set" name: "executionInfo" type: "" syntax: "public CloudJobSchedule withExecutionInfo(JobScheduleExecutionInformation executionInfo)" desc: "Set the executionInfo value." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withId(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withId(String id)" name: "withId(String id)" nameWithType: "CloudJobSchedule.withId(String id)" summary: "Set the id value." parameters: - description: "the id value to set" name: "id" type: "String" syntax: "public CloudJobSchedule withId(String id)" desc: "Set the id value." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withJobSpecification(com.microsoft.azure.batch.protocol.models.JobSpecification)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withJobSpecification(JobSpecification jobSpecification)" name: "withJobSpecification(JobSpecification jobSpecification)" nameWithType: "CloudJobSchedule.withJobSpecification(JobSpecification jobSpecification)" summary: "Set the jobSpecification value." parameters: - description: "the jobSpecification value to set" name: "jobSpecification" type: "" syntax: "public CloudJobSchedule withJobSpecification(JobSpecification jobSpecification)" desc: "Set the jobSpecification value." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withLastModified(org.joda.time.DateTime)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withLastModified(DateTime lastModified)" name: "withLastModified(DateTime lastModified)" nameWithType: "CloudJobSchedule.withLastModified(DateTime lastModified)" summary: "Set this is the last time at which the schedule level data, such as the Job specification or recurrence information, changed." parameters: - description: "the lastModified value to set" name: "lastModified" type: "" syntax: "public CloudJobSchedule withLastModified(DateTime lastModified)" desc: "Set this is the last time at which the schedule level data, such as the Job specification or recurrence information, changed. It does not factor in job-level changes such as new Jobs being created or Jobs changing state." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withMetadata(java.util.List)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withMetadata(List metadata)" name: "withMetadata(List metadata)" nameWithType: "CloudJobSchedule.withMetadata(List metadata)" summary: "Set the Batch service does not assign any meaning to metadata; it is solely for the use of user code." parameters: - description: "the metadata value to set" name: "metadata" type: "List<>" syntax: "public CloudJobSchedule withMetadata(List metadata)" desc: "Set the Batch service does not assign any meaning to metadata; it is solely for the use of user code." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withPreviousState(com.microsoft.azure.batch.protocol.models.JobScheduleState)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withPreviousState(JobScheduleState previousState)" name: "withPreviousState(JobScheduleState previousState)" nameWithType: "CloudJobSchedule.withPreviousState(JobScheduleState previousState)" summary: "Set this property is not present if the Job Schedule is in its initial active state." parameters: - description: "the previousState value to set" name: "previousState" type: "" syntax: "public CloudJobSchedule withPreviousState(JobScheduleState previousState)" desc: "Set this property is not present if the Job Schedule is in its initial active state. Possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withPreviousStateTransitionTime(org.joda.time.DateTime)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withPreviousStateTransitionTime(DateTime previousStateTransitionTime)" name: "withPreviousStateTransitionTime(DateTime previousStateTransitionTime)" nameWithType: "CloudJobSchedule.withPreviousStateTransitionTime(DateTime previousStateTransitionTime)" summary: "Set this property is not present if the Job Schedule is in its initial active state." parameters: - description: "the previousStateTransitionTime value to set" name: "previousStateTransitionTime" type: "" syntax: "public CloudJobSchedule withPreviousStateTransitionTime(DateTime previousStateTransitionTime)" desc: "Set this property is not present if the Job Schedule is in its initial active state." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withSchedule(com.microsoft.azure.batch.protocol.models.Schedule)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withSchedule(Schedule schedule)" name: "withSchedule(Schedule schedule)" nameWithType: "CloudJobSchedule.withSchedule(Schedule schedule)" summary: "Set all times are fixed respective to UTC and are not impacted by daylight saving time." parameters: - description: "the schedule value to set" name: "schedule" type: "" syntax: "public CloudJobSchedule withSchedule(Schedule schedule)" desc: "Set all times are fixed respective to UTC and are not impacted by daylight saving time." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withState(com.microsoft.azure.batch.protocol.models.JobScheduleState)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withState(JobScheduleState state)" name: "withState(JobScheduleState state)" nameWithType: "CloudJobSchedule.withState(JobScheduleState state)" summary: "Set possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'." parameters: - description: "the state value to set" name: "state" type: "" syntax: "public CloudJobSchedule withState(JobScheduleState state)" desc: "Set possible values include: 'active', 'completed', 'disabled', 'terminating', 'deleting'." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withStateTransitionTime(org.joda.time.DateTime)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withStateTransitionTime(DateTime stateTransitionTime)" name: "withStateTransitionTime(DateTime stateTransitionTime)" nameWithType: "CloudJobSchedule.withStateTransitionTime(DateTime stateTransitionTime)" summary: "Set the stateTransitionTime value." parameters: - description: "the stateTransitionTime value to set" name: "stateTransitionTime" type: "" syntax: "public CloudJobSchedule withStateTransitionTime(DateTime stateTransitionTime)" desc: "Set the stateTransitionTime value." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withStats(com.microsoft.azure.batch.protocol.models.JobScheduleStatistics)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withStats(JobScheduleStatistics stats)" name: "withStats(JobScheduleStatistics stats)" nameWithType: "CloudJobSchedule.withStats(JobScheduleStatistics stats)" summary: "Set the stats value." parameters: - description: "the stats value to set" name: "stats" type: "" syntax: "public CloudJobSchedule withStats(JobScheduleStatistics stats)" desc: "Set the stats value." returns: description: "the CloudJobSchedule object itself." type: "" - uid: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withUrl(java.lang.String)" fullName: "com.microsoft.azure.batch.protocol.models.CloudJobSchedule.withUrl(String url)" name: "withUrl(String url)" nameWithType: "CloudJobSchedule.withUrl(String url)" summary: "Set the url value." parameters: - description: "the url value to set" name: "url" type: "String" syntax: "public CloudJobSchedule withUrl(String url)" desc: "Set the url value." returns: description: "the CloudJobSchedule object itself." type: "" type: "class" desc: "A Job Schedule that allows recurring Jobs by specifying when to run Jobs and a specification used to create each Job." metadata: {} package: "com.microsoft.azure.batch.protocol.models" artifact: com.microsoft.azure:azure-batch:11.2.0