Skip to main content

vw_supported_operating_systems

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

Overview

Namevw_supported_operating_systems
TypeView
Idazure.recovery_services_site_recovery.vw_supported_operating_systems

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,
type as type,
JSON_EXTRACT(properties, '$.supportedOsList') as "supported_os_list",
subscriptionId,
resourceGroupName,
resourceName
FROM azure.recovery_services_site_recovery.supported_operating_systems
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND resourceName = 'replace-me';