Skip to main content

jobs

Overview

Namejobs
TypeResource
Idazure.hybrid_data_manager.jobs

Fields

NameDatatypeDescription
idstringId of the object.
namestringName of the object.
endTimestringTime at which the job ended in UTC ISO 8601 format.
errorobjectTop level error for the job.
propertiesobjectJob Properties
startTimestringTime at which the job was started in UTC ISO 8601 format.
statusstringStatus of the job.
typestringType of the object.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdataManagerName, dataServiceName, jobDefinitionName, jobId, resourceGroupName, subscriptionIdThis method gets a data manager job given the jobId.
list_by_data_managerSELECTdataManagerName, resourceGroupName, subscriptionIdThis method gets all the jobs at the data manager resource level.
list_by_data_serviceSELECTdataManagerName, dataServiceName, resourceGroupName, subscriptionIdThis method gets all the jobs of a data service type in a given resource.
list_by_job_definitionSELECTdataManagerName, dataServiceName, jobDefinitionName, resourceGroupName, subscriptionIdThis method gets all the jobs of a given job definition.
_list_by_data_managerEXECdataManagerName, resourceGroupName, subscriptionIdThis method gets all the jobs at the data manager resource level.
_list_by_data_serviceEXECdataManagerName, dataServiceName, resourceGroupName, subscriptionIdThis method gets all the jobs of a data service type in a given resource.
_list_by_job_definitionEXECdataManagerName, dataServiceName, jobDefinitionName, resourceGroupName, subscriptionIdThis method gets all the jobs of a given job definition.
cancelEXECdataManagerName, dataServiceName, jobDefinitionName, jobId, resourceGroupName, subscriptionIdCancels the given job.
resumeEXECdataManagerName, dataServiceName, jobDefinitionName, jobId, resourceGroupName, subscriptionIdResumes the given job.