The dataManagers resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.HybridData/dataManagers resource, add the following JSON to your template.
{
"type": "Microsoft.HybridData/dataManagers",
"apiVersion": "2019-06-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"sku": {
"name": "string",
"tier": "string"
},
"etag": "string"
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.HybridData/dataManagers' |
apiVersion | The resource api version | '2019-06-01' |
name | The resource name | string (required) |
location | The location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update the request will succeed. |
string (required) |
tags | The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). |
Dictionary of tag names and values. See Tags in templates |
sku | The sku type. | Sku |
etag | Etag of the Resource. | string |
Name | Description | Value |
---|---|---|
name | The sku name. Required for data manager creation, optional for update. | string |
tier | The sku tier. This is based on the SKU name. | string |