Skip to main content

jobs

Overview

Namejobs
TypeResource
Idazure.data_box.jobs

Fields

NameDatatypeDescription
idstringId of the object.
namestringName of the object.
identityobjectMsi identity details of the resource
locationstringThe location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.
propertiesobjectJob Properties
skuobjectThe Sku.
systemDataobjectProvides details about resource creation and update time
tagsobjectThe list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
typestringType of the object.

Methods

NameAccessible byRequired ParamsDescription
getSELECTjobName, resourceGroupName, subscriptionIdGets information about the specified job.
listSELECTsubscriptionIdLists all the jobs available under the subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists all the jobs available under the given resource group.
createINSERTjobName, resourceGroupName, subscriptionId, data__propertiesCreates a new job with the specified parameters. Existing job cannot be updated with this API and should instead be updated with the Update job API.
deleteDELETEjobName, resourceGroupName, subscriptionIdDeletes a job.
_listEXECsubscriptionIdLists all the jobs available under the subscription.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdLists all the jobs available under the given resource group.
book_shipment_pick_upEXECjobName, resourceGroupName, subscriptionId, data__endTime, data__shipmentLocation, data__startTimeBook shipment pick up.
cancelEXECjobName, resourceGroupName, subscriptionId, data__reasonCancelJob.
jobsEXECjobName, resourceGroupName, subscriptionIdRequest to mitigate for a given job
mark_devices_shippedEXECjobName, resourceGroupName, subscriptionId, data__deliverToDcPackageDetailsRequest to mark devices for a given job as shipped
updateEXECjobName, resourceGroupName, subscriptionIdUpdates the properties of an existing job.