supported_operating_systems
Creates, updates, deletes, gets or lists a supported_operating_systems
resource.
Overview
Name | supported_operating_systems |
Type | Resource |
Id | azure.recovery_services_site_recovery.supported_operating_systems |
Fields
- vw_supported_operating_systems
- supported_operating_systems
Name | Datatype | Description |
---|---|---|
id | text | Resource Id |
name | text | Resource Name |
location | text | Resource Location |
resourceGroupName | text | field from the properties object |
resourceName | text | field from the properties object |
subscriptionId | text | field from the properties object |
supported_os_list | text | field from the properties object |
type | text | Resource Type |
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource Name |
location | string | Resource Location |
properties | object | Supported operating systems properties. |
type | string | Resource Type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | resourceGroupName, resourceName, subscriptionId |
SELECT
examples
- vw_supported_operating_systems
- supported_operating_systems
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 }}';
SELECT
id,
name,
location,
properties,
type
FROM azure.recovery_services_site_recovery.supported_operating_systems
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';