Skip to main content

feature_supports

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

Overview

Namefeature_supports
TypeResource
Idazure.recovery_services_backup.feature_supports

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
validateexecazureRegion, subscriptionId, featureTypeapi-version

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
azureRegionstringAzure region to hit Api
subscriptionIdstringThe subscription Id.
api-versionstringClient Api Version.

Lifecycle Methods

OK

EXEC azure.recovery_services_backup.feature_supports.validate 
@azureRegion='{{ azureRegion }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@api-version='{{ api-version }}'
@@json=
'{
"featureType": "{{ featureType }}"
}'
;