Skip to main content

data_managers

Overview

Namedata_managers
TypeResource
Idazure.hybrid_data_manager.data_managers

Fields

NameDatatypeDescription
idstringThe Resource Id.
namestringThe Resource Name.
etagstringEtag of the Resource.
locationstringThe 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.
skuobjectThe sku type.
tagsobjectThe list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource
(across resource groups).
typestringThe Resource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdataManagerName, resourceGroupName, subscriptionIdGets information about the specified data manager resource.
listSELECTsubscriptionIdLists all the data manager resources available under the subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists all the data manager resources available under the given resource group.
createINSERTdataManagerName, resourceGroupName, subscriptionIdCreates a new data manager resource with the specified parameters. Existing resources cannot be updated with this API
and should instead be updated with the Update data manager resource API.
deleteDELETEdataManagerName, resourceGroupName, subscriptionIdDeletes a data manager resource in Microsoft Azure.
_listEXECsubscriptionIdLists all the data manager resources available under the subscription.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdLists all the data manager resources available under the given resource group.
updateEXECdataManagerName, resourceGroupName, subscriptionIdUpdates the properties of an existing data manager resource.