---
title: "PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}"
method: PATCH
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}"
tags: ["DataManagers"]
---

# PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}

`PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}`

Updates the properties of an existing data manager resource.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required
- `dataManagerName` string, required

## Query parameters

- `api-version` string, required

## Headers

- `If-Match` string

## Request body

- DataManagerUpdateParameter — The DataManagerUpdateParameter.
  - `sku` Sku — The sku type.
    - `name` string — The sku name. Required for data manager creation, optional for update.
    - `tier` string — The sku tier. This is based on the SKU name.
  - `tags` object — The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).

## Response `200`

Data Manager Resource object.

- DataManager — Model of the Resource.
  - `id` string — The Resource Id.
  - `name` string — The Resource Name.
  - `type` string — The Resource type.
  - `location` string, required — 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.
  - `tags` object — The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
  - `sku` Sku — The sku type.
    - `name` string — The sku name. Required for data manager creation, optional for update.
    - `tier` string — The sku tier. This is based on the SKU name.

## Other responses

- `202` — Data Manager Resource updated.

---

[API](https://skmtc.net/azure/apis/hybriddatamanagementclient.md) · [All operations](https://skmtc.net/azure/apis/hybriddatamanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/hybriddatamanagementclient/versions/89efaa562a8a/schema)
