Get Migrate Project Result
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)