commerce_encryptions
Creates, updates, deletes, gets or lists a commerce_encryptions
resource.
Overview
Name | commerce_encryptions |
Type | Resource |
Id | azure_stack.commerce_admin.commerce_encryptions |
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 | Update the encryption. |
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 |
---|---|---|
subscriptionId | string | Subscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call. |
Lifecycle Methods
- update
Update the encryption.
EXEC azure_stack.commerce_admin.commerce_encryptions.update
@subscriptionId='{{ subscriptionId }}' --required
;