GetProjectResult

data class GetProjectResult(val azureApiVersion: String, val eTag: String? = null, val id: String, val location: String? = null, val name: String, val properties: ProjectPropertiesResponse, val tags: Any? = null, val type: String)

Azure Migrate Project.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, eTag: String? = null, id: String, location: String? = null, name: String, properties: ProjectPropertiesResponse, tags: Any? = 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

For optimistic concurrency control.

Link copied to clipboard
val id: String

Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{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 the project.

Link copied to clipboard
val tags: Any? = null

Tags provided by Azure Tagging service.

Link copied to clipboard

Type of the object = Microsoft.Migrate/assessmentProjects.