Skip to main content

vw_snapshot_policies

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

Overview

Namevw_snapshot_policies
TypeView
Idazure_isv.netapp.vw_snapshot_policies

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
etag as etag,
JSON_EXTRACT(properties, '$.hourlySchedule') as "hourly_schedule",
JSON_EXTRACT(properties, '$.dailySchedule') as "daily_schedule",
JSON_EXTRACT(properties, '$.weeklySchedule') as "weekly_schedule",
JSON_EXTRACT(properties, '$.monthlySchedule') as "monthly_schedule",
JSON_EXTRACT(properties, '$.enabled') as "enabled",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
accountName,
snapshotPolicyName
FROM azure_isv.netapp.snapshot_policies
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me';