GetGroupResult

data class GetGroupResult(val eTag: String? = null, val id: String, val name: String, val properties: GroupPropertiesResponse, val type: String)

A group created in a Migration project.

Constructors

Link copied to clipboard
constructor(eTag: String? = null, id: String, name: String, properties: GroupPropertiesResponse, 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 group. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/groups/{groupName}

Link copied to clipboard

Name of the group.

Link copied to clipboard

Properties of the group.

Link copied to clipboard

Type of the object = Microsoft.Migrate/assessmentProjects/groups.