1605 строки
163 KiB
YAML
1605 строки
163 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.batch.protocol.JobSchedules"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules"
|
|
name: "JobSchedules"
|
|
nameWithType: "JobSchedules"
|
|
summary: "An instance of this class provides access to all the operations defined in Job<wbr>Schedules."
|
|
syntax: "public interface JobSchedules"
|
|
methods:
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.add(com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.add(JobScheduleAddParameter cloudJobSchedule)"
|
|
name: "add(JobScheduleAddParameter cloudJobSchedule)"
|
|
nameWithType: "JobSchedules.add(JobScheduleAddParameter cloudJobSchedule)"
|
|
summary: "Adds a Job Schedule to the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Job Schedule to be added."
|
|
name: "cloudJobSchedule"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter&text=JobScheduleAddParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void add(JobScheduleAddParameter cloudJobSchedule)"
|
|
desc: "Adds a Job Schedule to the specified Account."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.add(com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter,com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.add(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
name: "add(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
nameWithType: "JobSchedules.add(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
summary: "Adds a Job Schedule to the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Job Schedule to be added."
|
|
name: "cloudJobSchedule"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter&text=JobScheduleAddParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleAddOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions&text=JobScheduleAddOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void add(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
desc: "Adds a Job Schedule to the specified Account."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.addAsync(com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule)"
|
|
name: "addAsync(JobScheduleAddParameter cloudJobSchedule)"
|
|
nameWithType: "JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule)"
|
|
summary: "Adds a Job Schedule to the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Job Schedule to be added."
|
|
name: "cloudJobSchedule"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter&text=JobScheduleAddParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> addAsync(JobScheduleAddParameter cloudJobSchedule)"
|
|
desc: "Adds a Job Schedule to the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.addAsync(com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter,com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
name: "addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
nameWithType: "JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
summary: "Adds a Job Schedule to the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Job Schedule to be added."
|
|
name: "cloudJobSchedule"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter&text=JobScheduleAddParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleAddOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions&text=JobScheduleAddOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
desc: "Adds a Job Schedule to the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.addAsync(com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter,com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions, ServiceCallback<Void> serviceCallback)"
|
|
name: "addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Adds a Job Schedule to the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Job Schedule to be added."
|
|
name: "cloudJobSchedule"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter&text=JobScheduleAddParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleAddOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions&text=JobScheduleAddOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> addAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Adds a Job Schedule to the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.addAsync(com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule, ServiceCallback<Void> serviceCallback)"
|
|
name: "addAsync(JobScheduleAddParameter cloudJobSchedule, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.addAsync(JobScheduleAddParameter cloudJobSchedule, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Adds a Job Schedule to the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Job Schedule to be added."
|
|
name: "cloudJobSchedule"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter&text=JobScheduleAddParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> addAsync(JobScheduleAddParameter cloudJobSchedule, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Adds a Job Schedule to the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.addWithServiceResponseAsync(com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule)"
|
|
name: "addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule)"
|
|
nameWithType: "JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule)"
|
|
summary: "Adds a Job Schedule to the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Job Schedule to be added."
|
|
name: "cloudJobSchedule"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter&text=JobScheduleAddParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule)"
|
|
desc: "Adds a Job Schedule to the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders&text=JobScheduleAddHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.addWithServiceResponseAsync(com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter,com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
name: "addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
nameWithType: "JobSchedules.addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
summary: "Adds a Job Schedule to the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The Job Schedule to be added."
|
|
name: "cloudJobSchedule"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddParameter&text=JobScheduleAddParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleAddOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddOptions&text=JobScheduleAddOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleAddHeaders>> addWithServiceResponseAsync(JobScheduleAddParameter cloudJobSchedule, JobScheduleAddOptions jobScheduleAddOptions)"
|
|
desc: "Adds a Job Schedule to the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleAddHeaders&text=JobScheduleAddHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.delete(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.delete(String jobScheduleId)"
|
|
name: "delete(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.delete(String jobScheduleId)"
|
|
summary: "Deletes a Job Schedule from the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to delete."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String jobScheduleId)"
|
|
desc: "Deletes a Job Schedule from the specified Account. When you delete a Job Schedule, this also deletes all Jobs and Tasks under that schedule. When Tasks are deleted, all the files in their working directories on the Compute Nodes are also deleted (the retention period is ignored). The Job Schedule statistics are no longer accessible once the Job Schedule is deleted, though they are still counted towards Account lifetime statistics."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.delete(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.delete(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
name: "delete(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
nameWithType: "JobSchedules.delete(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
summary: "Deletes a Job Schedule from the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to delete."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleDeleteOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions&text=JobScheduleDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
desc: "Deletes a Job Schedule from the specified Account. When you delete a Job Schedule, this also deletes all Jobs and Tasks under that schedule. When Tasks are deleted, all the files in their working directories on the Compute Nodes are also deleted (the retention period is ignored). The Job Schedule statistics are no longer accessible once the Job Schedule is deleted, though they are still counted towards Account lifetime statistics."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.deleteAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.deleteAsync(String jobScheduleId)"
|
|
name: "deleteAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.deleteAsync(String jobScheduleId)"
|
|
summary: "Deletes a Job Schedule from the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to delete."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<Void> deleteAsync(String jobScheduleId)"
|
|
desc: "Deletes a Job Schedule from the specified Account. When you delete a Job Schedule, this also deletes all Jobs and Tasks under that schedule. When Tasks are deleted, all the files in their working directories on the Compute Nodes are also deleted (the retention period is ignored). The Job Schedule statistics are no longer accessible once the Job Schedule is deleted, though they are still counted towards Account lifetime statistics."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.deleteAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
name: "deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
nameWithType: "JobSchedules.deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
summary: "Deletes a Job Schedule from the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to delete."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleDeleteOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions&text=JobScheduleDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
desc: "Deletes a Job Schedule from the specified Account. When you delete a Job Schedule, this also deletes all Jobs and Tasks under that schedule. When Tasks are deleted, all the files in their working directories on the Compute Nodes are also deleted (the retention period is ignored). The Job Schedule statistics are no longer accessible once the Job Schedule is deleted, though they are still counted towards Account lifetime statistics."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.deleteAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions, ServiceCallback<Void> serviceCallback)"
|
|
name: "deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Deletes a Job Schedule from the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to delete."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleDeleteOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions&text=JobScheduleDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> deleteAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Deletes a Job Schedule from the specified Account. When you delete a Job Schedule, this also deletes all Jobs and Tasks under that schedule. When Tasks are deleted, all the files in their working directories on the Compute Nodes are also deleted (the retention period is ignored). The Job Schedule statistics are no longer accessible once the Job Schedule is deleted, though they are still counted towards Account lifetime statistics."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.deleteAsync(java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.deleteAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
name: "deleteAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.deleteAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Deletes a Job Schedule from the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to delete."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> deleteAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Deletes a Job Schedule from the specified Account. When you delete a Job Schedule, this also deletes all Jobs and Tasks under that schedule. When Tasks are deleted, all the files in their working directories on the Compute Nodes are also deleted (the retention period is ignored). The Job Schedule statistics are no longer accessible once the Job Schedule is deleted, though they are still counted towards Account lifetime statistics."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.deleteWithServiceResponseAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.deleteWithServiceResponseAsync(String jobScheduleId)"
|
|
name: "deleteWithServiceResponseAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.deleteWithServiceResponseAsync(String jobScheduleId)"
|
|
summary: "Deletes a Job Schedule from the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to delete."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleDeleteHeaders>> deleteWithServiceResponseAsync(String jobScheduleId)"
|
|
desc: "Deletes a Job Schedule from the specified Account. When you delete a Job Schedule, this also deletes all Jobs and Tasks under that schedule. When Tasks are deleted, all the files in their working directories on the Compute Nodes are also deleted (the retention period is ignored). The Job Schedule statistics are no longer accessible once the Job Schedule is deleted, though they are still counted towards Account lifetime statistics."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDeleteHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDeleteHeaders&text=JobScheduleDeleteHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.deleteWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.deleteWithServiceResponseAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
name: "deleteWithServiceResponseAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
nameWithType: "JobSchedules.deleteWithServiceResponseAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
summary: "Deletes a Job Schedule from the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to delete."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleDeleteOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDeleteOptions&text=JobScheduleDeleteOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleDeleteHeaders>> deleteWithServiceResponseAsync(String jobScheduleId, JobScheduleDeleteOptions jobScheduleDeleteOptions)"
|
|
desc: "Deletes a Job Schedule from the specified Account. When you delete a Job Schedule, this also deletes all Jobs and Tasks under that schedule. When Tasks are deleted, all the files in their working directories on the Compute Nodes are also deleted (the retention period is ignored). The Job Schedule statistics are no longer accessible once the Job Schedule is deleted, though they are still counted towards Account lifetime statistics."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDeleteHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDeleteHeaders&text=JobScheduleDeleteHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.disable(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.disable(String jobScheduleId)"
|
|
name: "disable(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.disable(String jobScheduleId)"
|
|
summary: "Disables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to disable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void disable(String jobScheduleId)"
|
|
desc: "Disables a Job Schedule. No new Jobs will be created until the Job Schedule is enabled again."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.disable(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.disable(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
name: "disable(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
nameWithType: "JobSchedules.disable(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
summary: "Disables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to disable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleDisableOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions&text=JobScheduleDisableOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void disable(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
desc: "Disables a Job Schedule. No new Jobs will be created until the Job Schedule is enabled again."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.disableAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.disableAsync(String jobScheduleId)"
|
|
name: "disableAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.disableAsync(String jobScheduleId)"
|
|
summary: "Disables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to disable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<Void> disableAsync(String jobScheduleId)"
|
|
desc: "Disables a Job Schedule. No new Jobs will be created until the Job Schedule is enabled again."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.disableAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
name: "disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
nameWithType: "JobSchedules.disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
summary: "Disables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to disable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleDisableOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions&text=JobScheduleDisableOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
desc: "Disables a Job Schedule. No new Jobs will be created until the Job Schedule is enabled again."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.disableAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions, ServiceCallback<Void> serviceCallback)"
|
|
name: "disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Disables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to disable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleDisableOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions&text=JobScheduleDisableOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> disableAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Disables a Job Schedule. No new Jobs will be created until the Job Schedule is enabled again."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.disableAsync(java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.disableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
name: "disableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.disableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Disables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to disable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> disableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Disables a Job Schedule. No new Jobs will be created until the Job Schedule is enabled again."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.disableWithServiceResponseAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.disableWithServiceResponseAsync(String jobScheduleId)"
|
|
name: "disableWithServiceResponseAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.disableWithServiceResponseAsync(String jobScheduleId)"
|
|
summary: "Disables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to disable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleDisableHeaders>> disableWithServiceResponseAsync(String jobScheduleId)"
|
|
desc: "Disables a Job Schedule. No new Jobs will be created until the Job Schedule is enabled again."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders&text=JobScheduleDisableHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.disableWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.disableWithServiceResponseAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
name: "disableWithServiceResponseAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
nameWithType: "JobSchedules.disableWithServiceResponseAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
summary: "Disables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to disable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleDisableOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDisableOptions&text=JobScheduleDisableOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleDisableHeaders>> disableWithServiceResponseAsync(String jobScheduleId, JobScheduleDisableOptions jobScheduleDisableOptions)"
|
|
desc: "Disables a Job Schedule. No new Jobs will be created until the Job Schedule is enabled again."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleDisableHeaders&text=JobScheduleDisableHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.enable(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.enable(String jobScheduleId)"
|
|
name: "enable(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.enable(String jobScheduleId)"
|
|
summary: "Enables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to enable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void enable(String jobScheduleId)"
|
|
desc: "Enables a Job Schedule."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.enable(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.enable(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
name: "enable(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
nameWithType: "JobSchedules.enable(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
summary: "Enables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to enable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleEnableOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions&text=JobScheduleEnableOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void enable(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
desc: "Enables a Job Schedule."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.enableAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.enableAsync(String jobScheduleId)"
|
|
name: "enableAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.enableAsync(String jobScheduleId)"
|
|
summary: "Enables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to enable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<Void> enableAsync(String jobScheduleId)"
|
|
desc: "Enables a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.enableAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
name: "enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
nameWithType: "JobSchedules.enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
summary: "Enables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to enable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleEnableOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions&text=JobScheduleEnableOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
desc: "Enables a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.enableAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions, ServiceCallback<Void> serviceCallback)"
|
|
name: "enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Enables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to enable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleEnableOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions&text=JobScheduleEnableOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> enableAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Enables a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.enableAsync(java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.enableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
name: "enableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.enableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Enables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to enable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> enableAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Enables a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.enableWithServiceResponseAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.enableWithServiceResponseAsync(String jobScheduleId)"
|
|
name: "enableWithServiceResponseAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.enableWithServiceResponseAsync(String jobScheduleId)"
|
|
summary: "Enables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to enable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> enableWithServiceResponseAsync(String jobScheduleId)"
|
|
desc: "Enables a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders&text=JobScheduleEnableHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.enableWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.enableWithServiceResponseAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
name: "enableWithServiceResponseAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
nameWithType: "JobSchedules.enableWithServiceResponseAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
summary: "Enables a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to enable."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleEnableOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableOptions&text=JobScheduleEnableOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleEnableHeaders>> enableWithServiceResponseAsync(String jobScheduleId, JobScheduleEnableOptions jobScheduleEnableOptions)"
|
|
desc: "Enables a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleEnableHeaders&text=JobScheduleEnableHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.exists(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.exists(String jobScheduleId)"
|
|
name: "exists(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.exists(String jobScheduleId)"
|
|
summary: "Checks the specified Job Schedule exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule which you want to check."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract boolean exists(String jobScheduleId)"
|
|
desc: "Checks the specified Job Schedule exists."
|
|
returns:
|
|
description: "the boolean object if successful."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.exists(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.exists(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
name: "exists(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
nameWithType: "JobSchedules.exists(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
summary: "Checks the specified Job Schedule exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule which you want to check."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleExistsOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions&text=JobScheduleExistsOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract boolean exists(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
desc: "Checks the specified Job Schedule exists."
|
|
returns:
|
|
description: "the boolean object if successful."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.existsAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.existsAsync(String jobScheduleId)"
|
|
name: "existsAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.existsAsync(String jobScheduleId)"
|
|
summary: "Checks the specified Job Schedule exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule which you want to check."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<Boolean> existsAsync(String jobScheduleId)"
|
|
desc: "Checks the specified Job Schedule exists."
|
|
returns:
|
|
description: "the observable to the boolean object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.existsAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
name: "existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
nameWithType: "JobSchedules.existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
summary: "Checks the specified Job Schedule exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule which you want to check."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleExistsOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions&text=JobScheduleExistsOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Boolean> existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
desc: "Checks the specified Job Schedule exists."
|
|
returns:
|
|
description: "the observable to the boolean object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.existsAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions,com.microsoft.rest.ServiceCallback<java.lang.Boolean>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions, ServiceCallback<Boolean> serviceCallback)"
|
|
name: "existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions, ServiceCallback<Boolean> serviceCallback)"
|
|
nameWithType: "JobSchedules.existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions, ServiceCallback<Boolean> serviceCallback)"
|
|
summary: "Checks the specified Job Schedule exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule which you want to check."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleExistsOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions&text=JobScheduleExistsOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>>"
|
|
syntax: "public abstract ServiceFuture<Boolean> existsAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions, ServiceCallback<Boolean> serviceCallback)"
|
|
desc: "Checks the specified Job Schedule exists."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.existsAsync(java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Boolean>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.existsAsync(String jobScheduleId, ServiceCallback<Boolean> serviceCallback)"
|
|
name: "existsAsync(String jobScheduleId, ServiceCallback<Boolean> serviceCallback)"
|
|
nameWithType: "JobSchedules.existsAsync(String jobScheduleId, ServiceCallback<Boolean> serviceCallback)"
|
|
summary: "Checks the specified Job Schedule exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule which you want to check."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>>"
|
|
syntax: "public abstract ServiceFuture<Boolean> existsAsync(String jobScheduleId, ServiceCallback<Boolean> serviceCallback)"
|
|
desc: "Checks the specified Job Schedule exists."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.existsWithServiceResponseAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.existsWithServiceResponseAsync(String jobScheduleId)"
|
|
name: "existsWithServiceResponseAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.existsWithServiceResponseAsync(String jobScheduleId)"
|
|
summary: "Checks the specified Job Schedule exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule which you want to check."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Boolean,JobScheduleExistsHeaders>> existsWithServiceResponseAsync(String jobScheduleId)"
|
|
desc: "Checks the specified Job Schedule exists."
|
|
returns:
|
|
description: "the observable to the boolean object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders&text=JobScheduleExistsHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.existsWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.existsWithServiceResponseAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
name: "existsWithServiceResponseAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
nameWithType: "JobSchedules.existsWithServiceResponseAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
summary: "Checks the specified Job Schedule exists."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule which you want to check."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleExistsOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleExistsOptions&text=JobScheduleExistsOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Boolean,JobScheduleExistsHeaders>> existsWithServiceResponseAsync(String jobScheduleId, JobScheduleExistsOptions jobScheduleExistsOptions)"
|
|
desc: "Checks the specified Job Schedule exists."
|
|
returns:
|
|
description: "the observable to the boolean object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleExistsHeaders&text=JobScheduleExistsHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.get(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.get(String jobScheduleId)"
|
|
name: "get(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.get(String jobScheduleId)"
|
|
summary: "Gets information about the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to get."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract CloudJobSchedule get(String jobScheduleId)"
|
|
desc: "Gets information about the specified Job Schedule."
|
|
returns:
|
|
description: "the CloudJobSchedule object if successful."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.get(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.get(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
name: "get(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
nameWithType: "JobSchedules.get(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
summary: "Gets information about the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to get."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleGetOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions&text=JobScheduleGetOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract CloudJobSchedule get(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
desc: "Gets information about the specified Job Schedule."
|
|
returns:
|
|
description: "the CloudJobSchedule object if successful."
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.getAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.getAsync(String jobScheduleId)"
|
|
name: "getAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.getAsync(String jobScheduleId)"
|
|
summary: "Gets information about the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to get."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<CloudJobSchedule> getAsync(String jobScheduleId)"
|
|
desc: "Gets information about the specified Job Schedule."
|
|
returns:
|
|
description: "the observable to the CloudJobSchedule object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.getAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
name: "getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
nameWithType: "JobSchedules.getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
summary: "Gets information about the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to get."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleGetOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions&text=JobScheduleGetOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<CloudJobSchedule> getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
desc: "Gets information about the specified Job Schedule."
|
|
returns:
|
|
description: "the observable to the CloudJobSchedule object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.getAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions,com.microsoft.rest.ServiceCallback<com.microsoft.azure.batch.protocol.models.CloudJobSchedule>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions, ServiceCallback<CloudJobSchedule> serviceCallback)"
|
|
name: "getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions, ServiceCallback<CloudJobSchedule> serviceCallback)"
|
|
nameWithType: "JobSchedules.getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions, ServiceCallback<CloudJobSchedule> serviceCallback)"
|
|
summary: "Gets information about the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to get."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleGetOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions&text=JobScheduleGetOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<CloudJobSchedule> getAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions, ServiceCallback<CloudJobSchedule> serviceCallback)"
|
|
desc: "Gets information about the specified Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.getAsync(java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.batch.protocol.models.CloudJobSchedule>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.getAsync(String jobScheduleId, ServiceCallback<CloudJobSchedule> serviceCallback)"
|
|
name: "getAsync(String jobScheduleId, ServiceCallback<CloudJobSchedule> serviceCallback)"
|
|
nameWithType: "JobSchedules.getAsync(String jobScheduleId, ServiceCallback<CloudJobSchedule> serviceCallback)"
|
|
summary: "Gets information about the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to get."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<CloudJobSchedule> getAsync(String jobScheduleId, ServiceCallback<CloudJobSchedule> serviceCallback)"
|
|
desc: "Gets information about the specified Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.getWithServiceResponseAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.getWithServiceResponseAsync(String jobScheduleId)"
|
|
name: "getWithServiceResponseAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.getWithServiceResponseAsync(String jobScheduleId)"
|
|
summary: "Gets information about the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to get."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> getWithServiceResponseAsync(String jobScheduleId)"
|
|
desc: "Gets information about the specified Job Schedule."
|
|
returns:
|
|
description: "the observable to the CloudJobSchedule object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders&text=JobScheduleGetHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.getWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.getWithServiceResponseAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
name: "getWithServiceResponseAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
nameWithType: "JobSchedules.getWithServiceResponseAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
summary: "Gets information about the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to get."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleGetOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleGetOptions&text=JobScheduleGetOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<CloudJobSchedule,JobScheduleGetHeaders>> getWithServiceResponseAsync(String jobScheduleId, JobScheduleGetOptions jobScheduleGetOptions)"
|
|
desc: "Gets information about the specified Job Schedule."
|
|
returns:
|
|
description: "the observable to the CloudJobSchedule object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleGetHeaders&text=JobScheduleGetHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.list()"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.list()"
|
|
name: "list()"
|
|
nameWithType: "JobSchedules.list()"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedList<CloudJobSchedule> list()"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the PagedList<CloudJobSchedule> object if successful."
|
|
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.list(com.microsoft.azure.batch.protocol.models.JobScheduleListOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.list(JobScheduleListOptions jobScheduleListOptions)"
|
|
name: "list(JobScheduleListOptions jobScheduleListOptions)"
|
|
nameWithType: "JobSchedules.list(JobScheduleListOptions jobScheduleListOptions)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleListOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListOptions&text=JobScheduleListOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedList<CloudJobSchedule> list(JobScheduleListOptions jobScheduleListOptions)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the PagedList<CloudJobSchedule> object if successful."
|
|
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listAsync()"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listAsync()"
|
|
name: "listAsync()"
|
|
nameWithType: "JobSchedules.listAsync()"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Observable<Page<CloudJobSchedule>> listAsync()"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the observable to the PagedList<CloudJobSchedule> object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.CloudJobSchedule>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listAsync(ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
name: "listAsync(ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
nameWithType: "JobSchedules.listAsync(ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.azure.ListOperationCallback?alt=com.microsoft.azure.ListOperationCallback&text=ListOperationCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<List<CloudJobSchedule>> listAsync(ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listAsync(com.microsoft.azure.batch.protocol.models.JobScheduleListOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listAsync(JobScheduleListOptions jobScheduleListOptions)"
|
|
name: "listAsync(JobScheduleListOptions jobScheduleListOptions)"
|
|
nameWithType: "JobSchedules.listAsync(JobScheduleListOptions jobScheduleListOptions)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleListOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListOptions&text=JobScheduleListOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Page<CloudJobSchedule>> listAsync(JobScheduleListOptions jobScheduleListOptions)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the observable to the PagedList<CloudJobSchedule> object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listAsync(com.microsoft.azure.batch.protocol.models.JobScheduleListOptions,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.CloudJobSchedule>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listAsync(JobScheduleListOptions jobScheduleListOptions, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
name: "listAsync(JobScheduleListOptions jobScheduleListOptions, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
nameWithType: "JobSchedules.listAsync(JobScheduleListOptions jobScheduleListOptions, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleListOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListOptions&text=JobScheduleListOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.azure.ListOperationCallback?alt=com.microsoft.azure.ListOperationCallback&text=ListOperationCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<List<CloudJobSchedule>> listAsync(JobScheduleListOptions jobScheduleListOptions, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listNext(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listNext(String nextPageLink)"
|
|
name: "listNext(String nextPageLink)"
|
|
nameWithType: "JobSchedules.listNext(String nextPageLink)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The NextLink from the previous successful call to List operation."
|
|
name: "nextPageLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedList<CloudJobSchedule> listNext(String nextPageLink)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the PagedList<CloudJobSchedule> object if successful."
|
|
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listNext(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listNext(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
name: "listNext(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
nameWithType: "JobSchedules.listNext(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The NextLink from the previous successful call to List operation."
|
|
name: "nextPageLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleListNextOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions&text=JobScheduleListNextOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedList<CloudJobSchedule> listNext(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the PagedList<CloudJobSchedule> object if successful."
|
|
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listNextAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listNextAsync(String nextPageLink)"
|
|
name: "listNextAsync(String nextPageLink)"
|
|
nameWithType: "JobSchedules.listNextAsync(String nextPageLink)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The NextLink from the previous successful call to List operation."
|
|
name: "nextPageLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<Page<CloudJobSchedule>> listNextAsync(String nextPageLink)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the observable to the PagedList<CloudJobSchedule> object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
name: "listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
nameWithType: "JobSchedules.listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The NextLink from the previous successful call to List operation."
|
|
name: "nextPageLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleListNextOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions&text=JobScheduleListNextOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Page<CloudJobSchedule>> listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the observable to the PagedList<CloudJobSchedule> object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listNextAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions,com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.batch.protocol.models.CloudJobSchedule>>,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.CloudJobSchedule>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
name: "listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
nameWithType: "JobSchedules.listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The NextLink from the previous successful call to List operation."
|
|
name: "nextPageLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleListNextOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions&text=JobScheduleListNextOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the ServiceFuture object tracking the Retrofit calls"
|
|
name: "serviceFuture"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.azure.ListOperationCallback?alt=com.microsoft.azure.ListOperationCallback&text=ListOperationCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<List<CloudJobSchedule>> listNextAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listNextAsync(java.lang.String,com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.batch.protocol.models.CloudJobSchedule>>,com.microsoft.azure.ListOperationCallback<com.microsoft.azure.batch.protocol.models.CloudJobSchedule>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listNextAsync(String nextPageLink, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
name: "listNextAsync(String nextPageLink, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
nameWithType: "JobSchedules.listNextAsync(String nextPageLink, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The NextLink from the previous successful call to List operation."
|
|
name: "nextPageLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the ServiceFuture object tracking the Retrofit calls"
|
|
name: "serviceFuture"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.azure.ListOperationCallback?alt=com.microsoft.azure.ListOperationCallback&text=ListOperationCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract ServiceFuture<List<CloudJobSchedule>> listNextAsync(String nextPageLink, ServiceFuture<List<CloudJobSchedule>> serviceFuture, ListOperationCallback<CloudJobSchedule> serviceCallback)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listNextWithServiceResponseAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listNextWithServiceResponseAsync(String nextPageLink)"
|
|
name: "listNextWithServiceResponseAsync(String nextPageLink)"
|
|
nameWithType: "JobSchedules.listNextWithServiceResponseAsync(String nextPageLink)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The NextLink from the previous successful call to List operation."
|
|
name: "nextPageLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> listNextWithServiceResponseAsync(String nextPageLink)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the observable to the PagedList<CloudJobSchedule> object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders&text=JobScheduleListHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listNextWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listNextWithServiceResponseAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
name: "listNextWithServiceResponseAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
nameWithType: "JobSchedules.listNextWithServiceResponseAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The NextLink from the previous successful call to List operation."
|
|
name: "nextPageLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleListNextOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListNextOptions&text=JobScheduleListNextOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> listNextWithServiceResponseAsync(String nextPageLink, JobScheduleListNextOptions jobScheduleListNextOptions)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the observable to the PagedList<CloudJobSchedule> object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders&text=JobScheduleListHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listWithServiceResponseAsync()"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listWithServiceResponseAsync()"
|
|
name: "listWithServiceResponseAsync()"
|
|
nameWithType: "JobSchedules.listWithServiceResponseAsync()"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> listWithServiceResponseAsync()"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the observable to the PagedList<CloudJobSchedule> object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders&text=JobScheduleListHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.listWithServiceResponseAsync(com.microsoft.azure.batch.protocol.models.JobScheduleListOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.listWithServiceResponseAsync(JobScheduleListOptions jobScheduleListOptions)"
|
|
name: "listWithServiceResponseAsync(JobScheduleListOptions jobScheduleListOptions)"
|
|
nameWithType: "JobSchedules.listWithServiceResponseAsync(JobScheduleListOptions jobScheduleListOptions)"
|
|
summary: "Lists all of the Job Schedules in the specified Account."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleListOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListOptions&text=JobScheduleListOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Page<CloudJobSchedule>,JobScheduleListHeaders>> listWithServiceResponseAsync(JobScheduleListOptions jobScheduleListOptions)"
|
|
desc: "Lists all of the Job Schedules in the specified Account."
|
|
returns:
|
|
description: "the observable to the PagedList<CloudJobSchedule> object"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.Page?alt=com.microsoft.azure.Page&text=Page\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.batch.protocol.models.CloudJobSchedule?alt=com.microsoft.azure.batch.protocol.models.CloudJobSchedule&text=CloudJobSchedule\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleListHeaders&text=JobScheduleListHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.patch(java.lang.String,com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
name: "patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
nameWithType: "JobSchedules.patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobSchedulePatchParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter&text=JobSchedulePatchParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
desc: "Updates the properties of the specified Job Schedule. This replaces only the Job Schedule properties specified in the request. For example, if the schedule property is not specified with this request, then the Batch service will keep the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.patch(java.lang.String,com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter,com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
name: "patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
nameWithType: "JobSchedules.patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobSchedulePatchParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter&text=JobSchedulePatchParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobSchedulePatchOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions&text=JobSchedulePatchOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void patch(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
desc: "Updates the properties of the specified Job Schedule. This replaces only the Job Schedule properties specified in the request. For example, if the schedule property is not specified with this request, then the Batch service will keep the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.patchAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
name: "patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
nameWithType: "JobSchedules.patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobSchedulePatchParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter&text=JobSchedulePatchParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
desc: "Updates the properties of the specified Job Schedule. This replaces only the Job Schedule properties specified in the request. For example, if the schedule property is not specified with this request, then the Batch service will keep the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.patchAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter,com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
name: "patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
nameWithType: "JobSchedules.patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobSchedulePatchParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter&text=JobSchedulePatchParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobSchedulePatchOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions&text=JobSchedulePatchOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
desc: "Updates the properties of the specified Job Schedule. This replaces only the Job Schedule properties specified in the request. For example, if the schedule property is not specified with this request, then the Batch service will keep the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.patchAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter,com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions, ServiceCallback<Void> serviceCallback)"
|
|
name: "patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobSchedulePatchParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter&text=JobSchedulePatchParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobSchedulePatchOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions&text=JobSchedulePatchOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Updates the properties of the specified Job Schedule. This replaces only the Job Schedule properties specified in the request. For example, if the schedule property is not specified with this request, then the Batch service will keep the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.patchAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, ServiceCallback<Void> serviceCallback)"
|
|
name: "patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobSchedulePatchParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter&text=JobSchedulePatchParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> patchAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Updates the properties of the specified Job Schedule. This replaces only the Job Schedule properties specified in the request. For example, if the schedule property is not specified with this request, then the Batch service will keep the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.patchWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
name: "patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
nameWithType: "JobSchedules.patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobSchedulePatchParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter&text=JobSchedulePatchParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobSchedulePatchHeaders>> patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter)"
|
|
desc: "Updates the properties of the specified Job Schedule. This replaces only the Job Schedule properties specified in the request. For example, if the schedule property is not specified with this request, then the Batch service will keep the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders&text=JobSchedulePatchHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.patchWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter,com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
name: "patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
nameWithType: "JobSchedules.patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobSchedulePatchParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchParameter&text=JobSchedulePatchParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobSchedulePatchOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchOptions&text=JobSchedulePatchOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobSchedulePatchHeaders>> patchWithServiceResponseAsync(String jobScheduleId, JobSchedulePatchParameter jobSchedulePatchParameter, JobSchedulePatchOptions jobSchedulePatchOptions)"
|
|
desc: "Updates the properties of the specified Job Schedule. This replaces only the Job Schedule properties specified in the request. For example, if the schedule property is not specified with this request, then the Batch service will keep the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders?alt=com.microsoft.azure.batch.protocol.models.JobSchedulePatchHeaders&text=JobSchedulePatchHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.terminate(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.terminate(String jobScheduleId)"
|
|
name: "terminate(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.terminate(String jobScheduleId)"
|
|
summary: "Terminates a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to terminates."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void terminate(String jobScheduleId)"
|
|
desc: "Terminates a Job Schedule."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.terminate(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.terminate(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
name: "terminate(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
nameWithType: "JobSchedules.terminate(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
summary: "Terminates a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to terminates."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleTerminateOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions&text=JobScheduleTerminateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void terminate(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
desc: "Terminates a Job Schedule."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.terminateAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.terminateAsync(String jobScheduleId)"
|
|
name: "terminateAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.terminateAsync(String jobScheduleId)"
|
|
summary: "Terminates a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to terminates."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<Void> terminateAsync(String jobScheduleId)"
|
|
desc: "Terminates a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.terminateAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
name: "terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
nameWithType: "JobSchedules.terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
summary: "Terminates a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to terminates."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleTerminateOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions&text=JobScheduleTerminateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
desc: "Terminates a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.terminateAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions, ServiceCallback<Void> serviceCallback)"
|
|
name: "terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Terminates a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to terminates."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleTerminateOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions&text=JobScheduleTerminateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> terminateAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Terminates a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.terminateAsync(java.lang.String,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.terminateAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
name: "terminateAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.terminateAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Terminates a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to terminates."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> terminateAsync(String jobScheduleId, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Terminates a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.terminateWithServiceResponseAsync(java.lang.String)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.terminateWithServiceResponseAsync(String jobScheduleId)"
|
|
name: "terminateWithServiceResponseAsync(String jobScheduleId)"
|
|
nameWithType: "JobSchedules.terminateWithServiceResponseAsync(String jobScheduleId)"
|
|
summary: "Terminates a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to terminates."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> terminateWithServiceResponseAsync(String jobScheduleId)"
|
|
desc: "Terminates a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders&text=JobScheduleTerminateHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.terminateWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.terminateWithServiceResponseAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
name: "terminateWithServiceResponseAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
nameWithType: "JobSchedules.terminateWithServiceResponseAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
summary: "Terminates a Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to terminates."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleTerminateOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleTerminateOptions&text=JobScheduleTerminateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> terminateWithServiceResponseAsync(String jobScheduleId, JobScheduleTerminateOptions jobScheduleTerminateOptions)"
|
|
desc: "Terminates a Job Schedule."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleTerminateHeaders&text=JobScheduleTerminateHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.update(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
name: "update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
nameWithType: "JobSchedules.update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobScheduleUpdateParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter&text=JobScheduleUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
desc: "Updates the properties of the specified Job Schedule. This fully replaces all the updatable properties of the Job Schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.update(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
name: "update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
nameWithType: "JobSchedules.update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobScheduleUpdateParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter&text=JobScheduleUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleUpdateOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions&text=JobScheduleUpdateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void update(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
desc: "Updates the properties of the specified Job Schedule. This fully replaces all the updatable properties of the Job Schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.updateAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
name: "updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
nameWithType: "JobSchedules.updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobScheduleUpdateParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter&text=JobScheduleUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
desc: "Updates the properties of the specified Job Schedule. This fully replaces all the updatable properties of the Job Schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.updateAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
name: "updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
nameWithType: "JobSchedules.updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobScheduleUpdateParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter&text=JobScheduleUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleUpdateOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions&text=JobScheduleUpdateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<Void> updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
desc: "Updates the properties of the specified Job Schedule. This fully replaces all the updatable properties of the Job Schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.updateAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions, ServiceCallback<Void> serviceCallback)"
|
|
name: "updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobScheduleUpdateParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter&text=JobScheduleUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleUpdateOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions&text=JobScheduleUpdateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Updates the properties of the specified Job Schedule. This fully replaces all the updatable properties of the Job Schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.updateAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, ServiceCallback<Void> serviceCallback)"
|
|
name: "updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, ServiceCallback<Void> serviceCallback)"
|
|
nameWithType: "JobSchedules.updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, ServiceCallback<Void> serviceCallback)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobScheduleUpdateParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter&text=JobScheduleUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "the async ServiceCallback to handle successful and failed responses."
|
|
name: "serviceCallback"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
syntax: "public abstract ServiceFuture<Void> updateAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, ServiceCallback<Void> serviceCallback)"
|
|
desc: "Updates the properties of the specified Job Schedule. This fully replaces all the updatable properties of the Job Schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceFuture\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceFuture\"></xref> object"
|
|
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.updateWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
name: "updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
nameWithType: "JobSchedules.updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobScheduleUpdateParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter&text=JobScheduleUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter)"
|
|
desc: "Updates the properties of the specified Job Schedule. This fully replaces all the updatable properties of the Job Schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders&text=JobScheduleUpdateHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
- uid: "com.microsoft.azure.batch.protocol.JobSchedules.updateWithServiceResponseAsync(java.lang.String,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter,com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions)"
|
|
fullName: "com.microsoft.azure.batch.protocol.JobSchedules.updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
name: "updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
nameWithType: "JobSchedules.updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
summary: "Updates the properties of the specified Job Schedule."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The ID of the Job Schedule to update."
|
|
name: "jobScheduleId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The parameters for the request."
|
|
name: "jobScheduleUpdateParameter"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateParameter&text=JobScheduleUpdateParameter\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Additional parameters for the operation"
|
|
name: "jobScheduleUpdateOptions"
|
|
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateOptions&text=JobScheduleUpdateOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<ServiceResponseWithHeaders<Void,JobScheduleUpdateHeaders>> updateWithServiceResponseAsync(String jobScheduleId, JobScheduleUpdateParameter jobScheduleUpdateParameter, JobScheduleUpdateOptions jobScheduleUpdateOptions)"
|
|
desc: "Updates the properties of the specified Job Schedule. This fully replaces all the updatable properties of the Job Schedule. For example, if the schedule property is not specified with this request, then the Batch service will remove the existing schedule. Changes to a Job Schedule only impact Jobs created by the schedule after the update has taken place; currently running Jobs are unaffected."
|
|
returns:
|
|
description: "the <xref uid=\"com.microsoft.rest.ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServiceResponseWithHeaders\"></xref> object if successful."
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.rest.ServiceResponseWithHeaders?alt=com.microsoft.rest.ServiceResponseWithHeaders&text=ServiceResponseWithHeaders\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders?alt=com.microsoft.azure.batch.protocol.models.JobScheduleUpdateHeaders&text=JobScheduleUpdateHeaders\" data-throw-if-not-resolved=\"False\" />>>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in JobSchedules."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.batch.protocol"
|
|
artifact: com.microsoft.azure:azure-batch:9.0.0
|