get Data Source
Gets a datasource instance. Azure REST API version: 2020-08-01. Other available API versions: 2015-11-01-preview.
Return
Datasources under OMS Workspace.
Parameters
argument
null
suspend fun getDataSource(dataSourceName: String, resourceGroupName: String, workspaceName: String): GetDataSourceResult
Return
Datasources under OMS Workspace.
See also
Parameters
data Source Name
Name of the datasource
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The name of the workspace.
suspend fun getDataSource(argument: suspend GetDataSourcePlainArgsBuilder.() -> Unit): GetDataSourceResult
Return
Datasources under OMS Workspace.
See also
Parameters
argument
Builder for com.pulumi.azurenative.operationalinsights.kotlin.inputs.GetDataSourcePlainArgs.