feature_support
Creates, updates, deletes, gets or lists a feature_support resource.
Overview
| Name | feature_support |
| Type | Resource |
| Id | azure.recovery_services_backup.feature_support |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
validate | exec | azure_region, subscription_id, featureType | It will validate if given feature with resource properties is supported in service. It will validate if given feature with resource properties is supported in service. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
azure_region | string | Azure region to hit Api. Required. |
subscription_id | string |
Lifecycle Methods
- validate
It will validate if given feature with resource properties is supported in service. It will validate if given feature with resource properties is supported in service.
EXEC azure.recovery_services_backup.feature_support.validate
@azure_region='{{ azure_region }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"featureType": "{{ featureType }}"
}'
;