Skip to main content

subscriptions_encryptions

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

Overview

Namesubscriptions_encryptions
TypeResource
Idazure_stack.subscriptions_admin.subscriptions_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:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecsubscriptionIdUpdate the encryption 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
subscriptionIdstringSubscription credentials which uniquely identify Microsoft Azure subscription.The subscription ID forms part of the URI for every service call.

Lifecycle Methods

Update the encryption settings.

EXEC azure_stack.subscriptions_admin.subscriptions_encryptions.update 
@subscriptionId='{{ subscriptionId }}' --required
;