Skip to main content

features

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

Overview

Namefeatures
TypeResource
Idazure.purview.features

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
subscription_getexecsubscriptionId, locationsapi-versionGets details from a list of feature names.
account_getexecsubscriptionId, resourceGroupName, accountNameapi-versionGets details from a list of feature names.

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
accountNamestringThe name of the account.
locationsstringLocation of feature.
resourceGroupNamestringThe resource group name.
subscriptionIdstringThe subscription identifier
api-versionstringThe api version to use.

Lifecycle Methods

Gets details from a list of feature names.

EXEC azure.purview.features.subscription_get 
@subscriptionId='{{ subscriptionId }}' --required,
@locations='{{ locations }}' --required,
@api-version='{{ api-version }}'
@@json=
'{
"features": "{{ features }}"
}'
;