HybriddataFunctions

Functions

Link copied to clipboard

Gets information about the specified data manager resource. Uses Azure REST API version 2019-06-01.

suspend fun getDataManager(dataManagerName: String, resourceGroupName: String): GetDataManagerResult
Link copied to clipboard

This method gets the data store/repository by name. Uses Azure REST API version 2019-06-01.

suspend fun getDataStore(dataManagerName: String, dataStoreName: String, resourceGroupName: String): GetDataStoreResult
Link copied to clipboard

This method gets job definition object by name. Uses Azure REST API version 2019-06-01.

suspend fun getJobDefinition(dataManagerName: String, dataServiceName: String, jobDefinitionName: String, resourceGroupName: String): GetJobDefinitionResult