GetProjectResult

data class GetProjectResult(val id: String, val location: String, val name: String, val resourceGroupName: String, val serviceName: String, val sourcePlatform: String, val tags: Map<String, String>, val targetPlatform: String)

A collection of values returned by getProject.

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, resourceGroupName: String, serviceName: String, sourcePlatform: String, tags: Map<String, String>, targetPlatform: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Azure location where the resource exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The platform type of the migration source.

Link copied to clipboard

A mapping of tags to assigned to the resource.

Link copied to clipboard

The platform type of the migration target.