The managers/storageDomains resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.StorSimple/managers/storageDomains resource, add the following JSON to your template.
{
"type": "Microsoft.StorSimple/managers/storageDomains",
"apiVersion": "2016-10-01",
"name": "string",
"properties": {
"encryptionKey": {
"encryptionAlgorithm": "string",
"encryptionCertificateThumbprint": "string",
"value": "string"
},
"encryptionStatus": "string",
"storageAccountCredentialIds": [ "string" ]
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorSimple/managers/storageDomains' |
apiVersion | The resource api version | '2016-10-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | The properties. | StorageDomainProperties (required) |
Name | Description | Value |
---|---|---|
encryptionKey | The encryption key used to encrypt the data. This is a user secret. | AsymmetricEncryptedSecret |
encryptionStatus | The encryption status "Enabled , Disabled". | 'Disabled' 'Enabled' (required) |
storageAccountCredentialIds | The storage account credentials. | string[] (required) |
Name | Description | Value |
---|---|---|
encryptionAlgorithm | Algorithm used to encrypt "Value" | 'AES256' 'None' 'RSAES_PKCS1_v_1_5' (required) |
encryptionCertificateThumbprint | Thumbprint certificate that was used to encrypt "Value" | string |
value | The value of the secret itself. If the secret is in plaintext then EncryptionAlgorithm will be none and EncryptionCertThumbprint will be null. | string (required) |