Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Group

Package version

interface

An interface representing Group. A group created in a Migration project.

extends

BaseResource

Hierarchy

  • any
    • Group

Index

Properties

Optional assessments

assessments: string[]
member

{string[]} [assessments] List of References to Assessments created on this group. NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdTimestamp

createdTimestamp: Date
member

{Date} [createdTimestamp] Time when this project was created. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Optional eTag

eTag: undefined | string
member

{string} [eTag] For optimistic concurrency control.

Optional id

id: undefined | string
member

{string} [id] Path reference to this group. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/projects/{projectName}/groups/{groupName} NOTE: This property will not be serialized. It can only be populated by the server.

machines

machines: string[]
member

{string[]} machines List of machine names that are part of this group.

Optional name

name: undefined | string
member

{string} [name] Name of the group. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] Type of the object = [Microsoft.Migrate/projects/groups]. NOTE: This property will not be serialized. It can only be populated by the server.

Optional updatedTimestamp

updatedTimestamp: Date
member

{Date} [updatedTimestamp] Time when this project was last updated. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc