getProjectKeys

Gets the Log Analytics Workspace ID and Primary Key for the specified project. Uses Azure REST API version 2018-02-02.

Return

ID and Key for Migration Project.

Parameters

argument

null


suspend fun getProjectKeys(projectName: String, resourceGroupName: String): GetProjectKeysResult

Return

ID and Key for Migration Project.

Parameters

projectName

Name of the Azure Migrate project.

resourceGroupName

Name of the Azure Resource Group that project is part of.

See also


Return

ID and Key for Migration Project.

Parameters

argument

Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetProjectKeysPlainArgs.

See also