The managers/storageAccountCredentials 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/storageAccountCredentials resource, add the following JSON to your template.
{
"type": "Microsoft.StorSimple/managers/storageAccountCredentials",
"apiVersion": "2017-06-01",
"name": "string",
"kind": "Series8000",
"properties": {
"accessKey": {
"encryptionAlgorithm": "string",
"encryptionCertThumbprint": "string",
"value": "string"
},
"endPoint": "string",
"sslStatus": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorSimple/managers/storageAccountCredentials' |
apiVersion | The resource api version | '2017-06-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
kind | The Kind of the object. Currently only Series8000 is supported | 'Series8000' |
properties | The storage account credential properties. | StorageAccountCredentialProperties (required) |
Name | Description | Value |
---|---|---|
accessKey | The details of the storage account password. | AsymmetricEncryptedSecret |
endPoint | The storage endpoint | string (required) |
sslStatus | Signifies whether SSL needs to be enabled or not. | 'Disabled' 'Enabled' (required) |
Name | Description | Value |
---|---|---|
encryptionAlgorithm | The algorithm used to encrypt "Value". | 'AES256' 'None' 'RSAES_PKCS1_v_1_5' (required) |
encryptionCertThumbprint | Thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null. | string |
value | The value of the secret. | string (required) |