Skip to main content

managers_activation_keys

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

Overview

Namemanagers_activation_keys
TypeResource
Idazure_extras.storsimple_8000_series.managers_activation_keys

Fields

NameDatatypeDescription
activationKeystringThe activation key for the device.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmanagerName, resourceGroupName, subscriptionIdReturns the activation key of the manager.

SELECT examples

Returns the activation key of the manager.

SELECT
activationKey
FROM azure_extras.storsimple_8000_series.managers_activation_keys
WHERE managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';