Skip to main content

job_definitions

Overview

Namejob_definitions
TypeResource
Idazure.storage_mover.job_definitions

Fields

NameDatatypeDescription
propertiesobjectJob definition properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTjobDefinitionName, projectName, resourceGroupName, storageMoverName, subscriptionIdGets a Job Definition resource.
listSELECTprojectName, resourceGroupName, storageMoverName, subscriptionIdLists all Job Definitions in a Project.
create_or_updateINSERTjobDefinitionName, projectName, resourceGroupName, storageMoverName, subscriptionId, data__propertiesCreates or updates a Job Definition resource, which contains configuration for a single unit of managed data transfer.
deleteDELETEjobDefinitionName, projectName, resourceGroupName, storageMoverName, subscriptionIdDeletes a Job Definition resource.
_listEXECprojectName, resourceGroupName, storageMoverName, subscriptionIdLists all Job Definitions in a Project.
start_jobEXECjobDefinitionName, projectName, resourceGroupName, storageMoverName, subscriptionIdRequests an Agent to start a new instance of this Job Definition, generating a new Job Run resource.
stop_jobEXECjobDefinitionName, projectName, resourceGroupName, storageMoverName, subscriptionIdRequests the Agent of any active instance of this Job Definition to stop.
updateEXECjobDefinitionName, projectName, resourceGroupName, storageMoverName, subscriptionIdUpdates properties for a Job Definition resource. Properties not specified in the request body will be unchanged.