Skip to main content

global_feature_settings

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

Overview

Nameglobal_feature_settings
TypeResource
Idazure_stack.compute_admin.global_feature_settings

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
updateexecsubscriptionId, location, featureNameUpdate the feature settings.

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
featureNamestringName of the feature.
locationstringThe name of Azure region.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

Update the feature settings.

EXEC azure_stack.compute_admin.global_feature_settings.update 
@subscriptionId='{{ subscriptionId }}' --required,
@location='{{ location }}' --required,
@featureName='{{ featureName }}' --required
@@json=
'{
"globalFeatureState": "{{ globalFeatureState }}"
}'
;