Skip to main content

supported_operating_systems

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

Overview

Namesupported_operating_systems
TypeResource
Idazure.recovery_services_site_recovery.supported_operating_systems

Fields

NameDatatypeDescription
idtextResource Id
nametextResource Name
locationtextResource Location
resourceGroupNametextfield from the properties object
resourceNametextfield from the properties object
subscriptionIdtextfield from the properties object
supported_os_listtextfield from the properties object
typetextResource Type

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, resourceName, subscriptionId

SELECT examples

SELECT
id,
name,
location,
resourceGroupName,
resourceName,
subscriptionId,
supported_os_list,
type
FROM azure.recovery_services_site_recovery.vw_supported_operating_systems
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';