global_feature_settings
Creates, updates, deletes, gets or lists a global_feature_settings
resource.
Overview
Name | global_feature_settings |
Type | Resource |
Id | azure_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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | subscriptionId , location , featureName | Update 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.
Name | Datatype | Description |
---|---|---|
featureName | string | Name of the feature. |
location | string | The name of Azure region. |
subscriptionId | string | The ID of the target subscription. |
Lifecycle Methods
- update
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 }}"
}'
;