Microsoft.DataLakeStore accounts/virtualNetworkRules template reference
Template format
To create a Microsoft.DataLakeStore/accounts/virtualNetworkRules resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.DataLakeStore/accounts/virtualNetworkRules",
"apiVersion": "2016-11-01",
"properties": {
"subnetId": "string"
}
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.DataLakeStore/accounts/virtualNetworkRules object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the virtual network rule to create or update. |
type | enum | Yes | virtualNetworkRules -or- Microsoft.DataLakeStore/accounts/virtualNetworkRules See Set name and type for child resources. |
apiVersion | enum | Yes | 2016-11-01 |
properties | object | Yes | The virtual network rule properties to use when creating a new virtual network rule. - CreateOrUpdateVirtualNetworkRuleProperties object |
CreateOrUpdateVirtualNetworkRuleProperties object
Name | Type | Required | Value |
---|---|---|---|
subnetId | string | Yes | The resource identifier for the subnet. |