AzureStorageTemplateCloudFeatures object
Cloud specifics template configuration.
Polymorphism
AzureStorageTemplateCloudFeatures is a type that implements the StorageTemplateCloudFeatures type.
When an object of type StorageTemplateCloudFeatures is expected, you can use one of type AzureStorageTemplateCloudFeatures (or use any other implementation).
Example JSON representation
{
"resourceGroup": "string",
"storageAccount": "string",
"type": "AzureStorageTemplateCloudFeatures"
}
Properties
| property | attributes | valid values | description | filter option |
|---|---|---|---|---|
| type string |
required create-only |
"AzureStorageTemplateCloudFeatures" | ||
| resourceGroup string |
read-only |
An Azure resource group. Please note, that this property is available only for Farm Role that use managed disks. |
||
| storageAccount string |
optional |
Identifier of the general-purpose storage account. Please note, that this property is available only for Farm Role that use unmanaged disks. |