Skip to main content

data_stores

Overview

Namedata_stores
TypeResource
Idazure.hybrid_data_manager.data_stores

Fields

NameDatatypeDescription
idstringId of the object.
namestringName of the object.
propertiesobjectData Store for sources and sinks
typestringType of the object.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdataManagerName, dataStoreName, resourceGroupName, subscriptionIdThis method gets the data store/repository by name.
list_by_data_managerSELECTdataManagerName, resourceGroupName, subscriptionIdGets all the data stores/repositories in the given resource.
create_or_updateINSERTdataManagerName, dataStoreName, resourceGroupName, subscriptionId, data__propertiesCreates or updates the data store/repository in the data manager.
deleteDELETEdataManagerName, dataStoreName, resourceGroupName, subscriptionIdThis method deletes the given data store/repository.
_list_by_data_managerEXECdataManagerName, resourceGroupName, subscriptionIdGets all the data stores/repositories in the given resource.