GetMigrateProjectsControllerMigrateProjectResult

data class GetMigrateProjectsControllerMigrateProjectResult(val eTag: String? = null, val id: String, val location: String? = null, val name: String, val properties: MigrateProjectPropertiesResponse, val systemData: SystemDataResponse, val type: String)

Migrate project.

Constructors

constructor(eTag: String? = null, id: String, location: String? = null, name: String, properties: MigrateProjectPropertiesResponse, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eTag: String? = null

For optimistic concurrency control.

Link copied to clipboard
val id: String

Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}

Link copied to clipboard
val location: String? = null

Azure location in which project is created.

Link copied to clipboard

Name of the project.

Link copied to clipboard

Properties of a migrate project.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

Type of the object = Microsoft.Migrate/migrateProjects.