The accounts/dataLakeStoreAccounts resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts resource, add the following JSON to your template.
{
"type": "Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts",
"apiVersion": "2019-11-01-preview",
"name": "string",
"properties": {
"suffix": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.DataLakeAnalytics/accounts/dataLakeStoreAccounts' |
apiVersion | The resource api version | '2019-11-01-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) Character limit: 3-24 Valid characters: Lowercase letters and numbers. |
properties | The Data Lake Store account properties to use when adding a new Data Lake Store account. | AddDataLakeStorePropertiesOrDataLakeStoreAccountInfo... |
Name | Description | Value |
---|---|---|
suffix | The optional suffix for the Data Lake Store account. | string |