Skip to main content

feature_support

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

Overview

Namefeature_support
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
validateexecazure_region, subscription_id, featureTypeIt 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.

NameDatatypeDescription
azure_regionstringAzure region to hit Api. Required.
subscription_idstring

Lifecycle Methods

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 }}"
}'
;