Skip to main content

job_definitions

Overview

Namejob_definitions
TypeResource
Idazure.hybrid_data_manager.job_definitions

Fields

NameDatatypeDescription
idstringId of the object.
namestringName of the object.
propertiesobjectJob Definition
typestringType of the object.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdataManagerName, dataServiceName, jobDefinitionName, resourceGroupName, subscriptionIdThis method gets job definition object by name.
list_by_data_managerSELECTdataManagerName, resourceGroupName, subscriptionIdThis method gets all the job definitions of the given data manager resource.
list_by_data_serviceSELECTdataManagerName, dataServiceName, resourceGroupName, subscriptionIdThis method gets all the job definitions of the given data service name.
create_or_updateINSERTdataManagerName, dataServiceName, jobDefinitionName, resourceGroupName, subscriptionId, data__propertiesCreates or updates a job definition.
deleteDELETEdataManagerName, dataServiceName, jobDefinitionName, resourceGroupName, subscriptionIdThis method deletes the given job definition.
_list_by_data_managerEXECdataManagerName, resourceGroupName, subscriptionIdThis method gets all the job definitions of the given data manager resource.
_list_by_data_serviceEXECdataManagerName, dataServiceName, resourceGroupName, subscriptionIdThis method gets all the job definitions of the given data service name.
runEXECdataManagerName, dataServiceName, jobDefinitionName, resourceGroupName, subscriptionIdThis method runs a job instance of the given job definition.