Skip to main content

jobs

Overview

Namejobs
TypeResource
Idazure.storage_import_export.jobs

Fields

NameDatatypeDescription
idstringSpecifies the resource identifier of the job.
namestringSpecifies the name of the job.
identityobjectSpecifies the identity properties.
locationstringSpecifies the Azure location where the job is created.
propertiesobjectSpecifies the job properties
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectSpecifies the tags that are assigned to the job.
typestringSpecifies the type of the job resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, jobName, resourceGroupName, subscriptionIdGets information about an existing job.
list_by_resource_groupSELECTapi-version, resourceGroupName, subscriptionIdReturns all active and completed jobs in a resource group.
list_by_subscriptionSELECTapi-version, subscriptionIdReturns all active and completed jobs in a subscription.
createINSERTapi-version, jobName, resourceGroupName, subscriptionIdCreates a new job or updates an existing job in the specified subscription.
deleteDELETEapi-version, jobName, resourceGroupName, subscriptionIdDeletes an existing job. Only jobs in the Creating or Completed states can be deleted.
_list_by_resource_groupEXECapi-version, resourceGroupName, subscriptionIdReturns all active and completed jobs in a resource group.
_list_by_subscriptionEXECapi-version, subscriptionIdReturns all active and completed jobs in a subscription.
updateEXECapi-version, jobName, resourceGroupName, subscriptionIdUpdates specific properties of a job. You can call this operation to notify the Import/Export service that the hard drives comprising the import or export job have been shipped to the Microsoft data center. It can also be used to cancel an existing job.