Skip to main content

vw_jobs

Creates, updates, deletes, gets or lists a vw_jobs resource.

Overview

Namevw_jobs
TypeView
Idazure.storage_import_export.vw_jobs

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
systemData as system_data,
type as type,
tags as tags,
identity as identity,
JSON_EXTRACT(properties, '$.storageAccountId') as "storage_account_id",
JSON_EXTRACT(properties, '$.jobType') as "job_type",
JSON_EXTRACT(properties, '$.returnAddress') as "return_address",
JSON_EXTRACT(properties, '$.returnShipping') as "return_shipping",
JSON_EXTRACT(properties, '$.shippingInformation') as "shipping_information",
JSON_EXTRACT(properties, '$.deliveryPackage') as "delivery_package",
JSON_EXTRACT(properties, '$.returnPackage') as "return_package",
JSON_EXTRACT(properties, '$.diagnosticsPath') as "diagnostics_path",
JSON_EXTRACT(properties, '$.logLevel') as "log_level",
JSON_EXTRACT(properties, '$.backupDriveManifest') as "backup_drive_manifest",
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.cancelRequested') as "cancel_requested",
JSON_EXTRACT(properties, '$.percentComplete') as "percent_complete",
JSON_EXTRACT(properties, '$.incompleteBlobListUri') as "incomplete_blob_list_uri",
JSON_EXTRACT(properties, '$.driveList') as "drive_list",
JSON_EXTRACT(properties, '$.export') as "export",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.encryptionKey') as "encryption_key",
subscriptionId,
resourceGroupName,
jobName
FROM azure.storage_import_export.jobs
WHERE subscriptionId = 'replace-me';