feature_supports
Creates, updates, deletes, gets or lists a feature_supports
resource.
Overview
Name | feature_supports |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
validate | exec | azureRegion , subscriptionId , featureType | api-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.
Name | Datatype | Description |
---|---|---|
azureRegion | string | Azure region to hit Api |
subscriptionId | string | The subscription Id. |
api-version | string | Client Api Version. |
Lifecycle Methods
- validate
OK
EXEC azure.recovery_services_backup.feature_supports.validate
@azureRegion='{{ azureRegion }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@api-version='{{ api-version }}'
@@json=
'{
"featureType": "{{ featureType }}"
}'
;