get Office Data Connector
suspend fun getOfficeDataConnector(argument: GetOfficeDataConnectorPlainArgs): GetOfficeDataConnectorResult
Gets a data connector. API Version: 2020-01-01.
Return
Represents office data connector.
Parameters
argument
null
suspend fun getOfficeDataConnector(dataConnectorId: String, resourceGroupName: String, workspaceName: String): GetOfficeDataConnectorResult
Return
Represents office data connector.
Parameters
data Connector Id
Connector ID
resource Group Name
The name of the resource group within the user's subscription. The name is case insensitive.
workspace Name
The name of the workspace.
See also
suspend fun getOfficeDataConnector(argument: suspend GetOfficeDataConnectorPlainArgsBuilder.() -> Unit): GetOfficeDataConnectorResult
Return
Represents office data connector.
Parameters
argument
Builder for com.pulumi.azurenative.securityinsights.kotlin.inputs.GetOfficeDataConnectorPlainArgs.