GetMigrateProjectResult

data class GetMigrateProjectResult(val azureApiVersion: String, val eTag: String? = null, val id: String, val location: String? = null, val name: String, val properties: MigrateProjectPropertiesResponse, val tags: MigrateProjectResponseTags? = null, val type: String)

Migrate Project REST Resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, eTag: String? = null, id: String, location: String? = null, name: String, properties: MigrateProjectPropertiesResponse, tags: MigrateProjectResponseTags? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val eTag: String? = null

Gets or sets the eTag for concurrency control.

Link copied to clipboard
val id: String

Gets the relative URL to get this migrate project.

Link copied to clipboard
val location: String? = null

Gets or sets the Azure location in which migrate project is created.

Link copied to clipboard

Gets the name of the migrate project.

Link copied to clipboard

Gets or sets the nested properties.

Link copied to clipboard

Gets or sets the tags.

Link copied to clipboard

Handled by resource provider. Type = Microsoft.Migrate/MigrateProject.