migrationResourcesUserTags property

Map<String, String>? migrationResourcesUserTags
getter/setter pair

User specified tags to add to every M2VM generated resource in Azure.

These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix m4ce or m2vm.

Implementation

core.Map<core.String, core.String>? migrationResourcesUserTags;