Migration Entity resource.
Uses Azure REST API version 2025-03-30-preview.
Example Usage
MigrationEntities_Create_MaximumSet - generated by [MaximumSet] rule - generated by [MaximumSet] rule - generated by [MaximumSet] rule - generated by [MaximumSet] rule
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var migrationEntity = new AzureNative.Migrate.MigrationEntity("migrationEntity", new()
{
MigrationEntityName = "myMigrationEntityName",
ProjectName = "myProjectName",
Properties = new AzureNative.Migrate.Inputs.MigrationEntityPropertiesArgs
{
AssessedEntityArmId = "dihnjnc",
AssociatedAssessmentId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/assessmentprojects/myAssessmentproject/assessments/myAssessment",
AssociatedInventoryResourceId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/myVMwareSite/vmwareMachines/myDiscoveredVM",
AssociatedMigrationEntityGroupIds = new[]
{
"/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/migrationEntityGroups/myMygrationEntityGroup",
},
AssociatedWaveId = "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/waves/myWave",
InventoryDisplayName = "ywdewqxixfxzgzkkv",
MigrationPath = "PaaSPreferred",
MigrationSpecificProperties = null,
MigrationTool = "Server Migration Agentless",
PartnerResourceArmId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.RecoveryServices/vaults/MyRecoveryVault/replicationFabrics/HyperVSite/replicationProtectionContainers/HyperVContainer/replicationProtectedItems/MyVM",
Target = "AzureVM",
TargetAzureResourceArmId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM",
},
ResourceGroupName = "rgwaves",
});
});
package main
import (
migrate "github.com/pulumi/pulumi-azure-native-sdk/migrate/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := migrate.NewMigrationEntity(ctx, "migrationEntity", &migrate.MigrationEntityArgs{
MigrationEntityName: pulumi.String("myMigrationEntityName"),
ProjectName: pulumi.String("myProjectName"),
Properties: &migrate.MigrationEntityPropertiesArgs{
AssessedEntityArmId: pulumi.String("dihnjnc"),
AssociatedAssessmentId: pulumi.String("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/assessmentprojects/myAssessmentproject/assessments/myAssessment"),
AssociatedInventoryResourceId: pulumi.String("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/myVMwareSite/vmwareMachines/myDiscoveredVM"),
AssociatedMigrationEntityGroupIds: pulumi.StringArray{
pulumi.String("/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/migrationEntityGroups/myMygrationEntityGroup"),
},
AssociatedWaveId: pulumi.String("/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/waves/myWave"),
InventoryDisplayName: pulumi.String("ywdewqxixfxzgzkkv"),
MigrationPath: pulumi.String("PaaSPreferred"),
MigrationSpecificProperties: &migrate.ServerMigrationSpecificPropertiesArgs{},
MigrationTool: pulumi.String("Server Migration Agentless"),
PartnerResourceArmId: pulumi.String("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.RecoveryServices/vaults/MyRecoveryVault/replicationFabrics/HyperVSite/replicationProtectionContainers/HyperVContainer/replicationProtectedItems/MyVM"),
Target: pulumi.String("AzureVM"),
TargetAzureResourceArmId: pulumi.String("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM"),
},
ResourceGroupName: pulumi.String("rgwaves"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.migrate.MigrationEntity;
import com.pulumi.azurenative.migrate.MigrationEntityArgs;
import com.pulumi.azurenative.migrate.inputs.MigrationEntityPropertiesArgs;
import com.pulumi.azurenative.migrate.inputs.ServerMigrationSpecificPropertiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var migrationEntity = new MigrationEntity("migrationEntity", MigrationEntityArgs.builder()
.migrationEntityName("myMigrationEntityName")
.projectName("myProjectName")
.properties(MigrationEntityPropertiesArgs.builder()
.assessedEntityArmId("dihnjnc")
.associatedAssessmentId("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/assessmentprojects/myAssessmentproject/assessments/myAssessment")
.associatedInventoryResourceId("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/myVMwareSite/vmwareMachines/myDiscoveredVM")
.associatedMigrationEntityGroupIds("/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/migrationEntityGroups/myMygrationEntityGroup")
.associatedWaveId("/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/waves/myWave")
.inventoryDisplayName("ywdewqxixfxzgzkkv")
.migrationPath("PaaSPreferred")
.migrationSpecificProperties(ServerMigrationSpecificPropertiesArgs.builder()
.build())
.migrationTool("Server Migration Agentless")
.partnerResourceArmId("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.RecoveryServices/vaults/MyRecoveryVault/replicationFabrics/HyperVSite/replicationProtectionContainers/HyperVContainer/replicationProtectedItems/MyVM")
.target("AzureVM")
.targetAzureResourceArmId("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM")
.build())
.resourceGroupName("rgwaves")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const migrationEntity = new azure_native.migrate.MigrationEntity("migrationEntity", {
migrationEntityName: "myMigrationEntityName",
projectName: "myProjectName",
properties: {
assessedEntityArmId: "dihnjnc",
associatedAssessmentId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/assessmentprojects/myAssessmentproject/assessments/myAssessment",
associatedInventoryResourceId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/myVMwareSite/vmwareMachines/myDiscoveredVM",
associatedMigrationEntityGroupIds: ["/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/migrationEntityGroups/myMygrationEntityGroup"],
associatedWaveId: "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/waves/myWave",
inventoryDisplayName: "ywdewqxixfxzgzkkv",
migrationPath: "PaaSPreferred",
migrationSpecificProperties: {},
migrationTool: "Server Migration Agentless",
partnerResourceArmId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.RecoveryServices/vaults/MyRecoveryVault/replicationFabrics/HyperVSite/replicationProtectionContainers/HyperVContainer/replicationProtectedItems/MyVM",
target: "AzureVM",
targetAzureResourceArmId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM",
},
resourceGroupName: "rgwaves",
});
import pulumi
import pulumi_azure_native as azure_native
migration_entity = azure_native.migrate.MigrationEntity("migrationEntity",
migration_entity_name="myMigrationEntityName",
project_name="myProjectName",
properties={
"assessed_entity_arm_id": "dihnjnc",
"associated_assessment_id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/assessmentprojects/myAssessmentproject/assessments/myAssessment",
"associated_inventory_resource_id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/myVMwareSite/vmwareMachines/myDiscoveredVM",
"associated_migration_entity_group_ids": ["/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/migrationEntityGroups/myMygrationEntityGroup"],
"associated_wave_id": "/subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/waves/myWave",
"inventory_display_name": "ywdewqxixfxzgzkkv",
"migration_path": "PaaSPreferred",
"migration_specific_properties": {},
"migration_tool": "Server Migration Agentless",
"partner_resource_arm_id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.RecoveryServices/vaults/MyRecoveryVault/replicationFabrics/HyperVSite/replicationProtectionContainers/HyperVContainer/replicationProtectedItems/MyVM",
"target": "AzureVM",
"target_azure_resource_arm_id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM",
},
resource_group_name="rgwaves")
resources:
migrationEntity:
type: azure-native:migrate:MigrationEntity
properties:
migrationEntityName: myMigrationEntityName
projectName: myProjectName
properties:
assessedEntityArmId: dihnjnc
associatedAssessmentId: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/assessmentprojects/myAssessmentproject/assessments/myAssessment
associatedInventoryResourceId: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.OffAzure/VMwareSites/myVMwareSite/vmwareMachines/myDiscoveredVM
associatedMigrationEntityGroupIds:
- /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/migrationEntityGroups/myMygrationEntityGroup
associatedWaveId: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/MyResourceGroup/providers/Microsoft.Migrate/migrateProjects/MyMigrateProject/waves/myWave
inventoryDisplayName: ywdewqxixfxzgzkkv
migrationPath: PaaSPreferred
migrationSpecificProperties: {}
migrationTool: Server Migration Agentless
partnerResourceArmId: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.RecoveryServices/vaults/MyRecoveryVault/replicationFabrics/HyperVSite/replicationProtectionContainers/HyperVContainer/replicationProtectedItems/MyVM
target: AzureVM
targetAzureResourceArmId: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM
resourceGroupName: rgwaves
Create MigrationEntity Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MigrationEntity(name: string, args: MigrationEntityArgs, opts?: CustomResourceOptions);@overload
def MigrationEntity(resource_name: str,
args: MigrationEntityArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MigrationEntity(resource_name: str,
opts: Optional[ResourceOptions] = None,
project_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
migration_entity_name: Optional[str] = None,
properties: Optional[MigrationEntityPropertiesArgs] = None)func NewMigrationEntity(ctx *Context, name string, args MigrationEntityArgs, opts ...ResourceOption) (*MigrationEntity, error)public MigrationEntity(string name, MigrationEntityArgs args, CustomResourceOptions? opts = null)
public MigrationEntity(String name, MigrationEntityArgs args)
public MigrationEntity(String name, MigrationEntityArgs args, CustomResourceOptions options)
type: azure-native:migrate:MigrationEntity
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args MigrationEntityArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args MigrationEntityArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args MigrationEntityArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MigrationEntityArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MigrationEntityArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var migrationEntityResource = new AzureNative.Migrate.MigrationEntity("migrationEntityResource", new()
{
ProjectName = "string",
ResourceGroupName = "string",
MigrationEntityName = "string",
Properties = new AzureNative.Migrate.Inputs.MigrationEntityPropertiesArgs
{
AssociatedInventoryResourceId = "string",
InventoryDisplayName = "string",
AssessedEntityArmId = "string",
AssociatedAssessmentId = "string",
AssociatedMigrationEntityGroupIds = new[]
{
"string",
},
AssociatedWaveId = "string",
MigrationPath = "string",
MigrationSpecificProperties = new AzureNative.Migrate.Inputs.ServerMigrationSpecificPropertiesArgs
{
InstanceType = "ServerMigration",
CurrentJobId = "string",
DrApplianceInventoryId = "string",
},
MigrationTool = "string",
PartnerResourceArmId = "string",
Target = "string",
TargetAzureResourceArmId = "string",
},
});
example, err := migrate.NewMigrationEntity(ctx, "migrationEntityResource", &migrate.MigrationEntityArgs{
ProjectName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
MigrationEntityName: pulumi.String("string"),
Properties: &migrate.MigrationEntityPropertiesArgs{
AssociatedInventoryResourceId: pulumi.String("string"),
InventoryDisplayName: pulumi.String("string"),
AssessedEntityArmId: pulumi.String("string"),
AssociatedAssessmentId: pulumi.String("string"),
AssociatedMigrationEntityGroupIds: pulumi.StringArray{
pulumi.String("string"),
},
AssociatedWaveId: pulumi.String("string"),
MigrationPath: pulumi.String("string"),
MigrationSpecificProperties: &migrate.ServerMigrationSpecificPropertiesArgs{
InstanceType: pulumi.String("ServerMigration"),
CurrentJobId: pulumi.String("string"),
DrApplianceInventoryId: pulumi.String("string"),
},
MigrationTool: pulumi.String("string"),
PartnerResourceArmId: pulumi.String("string"),
Target: pulumi.String("string"),
TargetAzureResourceArmId: pulumi.String("string"),
},
})
var migrationEntityResource = new MigrationEntity("migrationEntityResource", MigrationEntityArgs.builder()
.projectName("string")
.resourceGroupName("string")
.migrationEntityName("string")
.properties(MigrationEntityPropertiesArgs.builder()
.associatedInventoryResourceId("string")
.inventoryDisplayName("string")
.assessedEntityArmId("string")
.associatedAssessmentId("string")
.associatedMigrationEntityGroupIds("string")
.associatedWaveId("string")
.migrationPath("string")
.migrationSpecificProperties(Map.ofEntries(
Map.entry("instanceType", "ServerMigration"),
Map.entry("currentJobId", "string"),
Map.entry("drApplianceInventoryId", "string")
))
.migrationTool("string")
.partnerResourceArmId("string")
.target("string")
.targetAzureResourceArmId("string")
.build())
.build());
migration_entity_resource = azure_native.migrate.MigrationEntity("migrationEntityResource",
project_name="string",
resource_group_name="string",
migration_entity_name="string",
properties={
"associated_inventory_resource_id": "string",
"inventory_display_name": "string",
"assessed_entity_arm_id": "string",
"associated_assessment_id": "string",
"associated_migration_entity_group_ids": ["string"],
"associated_wave_id": "string",
"migration_path": "string",
"migration_specific_properties": {
"instance_type": "ServerMigration",
"current_job_id": "string",
"dr_appliance_inventory_id": "string",
},
"migration_tool": "string",
"partner_resource_arm_id": "string",
"target": "string",
"target_azure_resource_arm_id": "string",
})
const migrationEntityResource = new azure_native.migrate.MigrationEntity("migrationEntityResource", {
projectName: "string",
resourceGroupName: "string",
migrationEntityName: "string",
properties: {
associatedInventoryResourceId: "string",
inventoryDisplayName: "string",
assessedEntityArmId: "string",
associatedAssessmentId: "string",
associatedMigrationEntityGroupIds: ["string"],
associatedWaveId: "string",
migrationPath: "string",
migrationSpecificProperties: {
instanceType: "ServerMigration",
currentJobId: "string",
drApplianceInventoryId: "string",
},
migrationTool: "string",
partnerResourceArmId: "string",
target: "string",
targetAzureResourceArmId: "string",
},
});
type: azure-native:migrate:MigrationEntity
properties:
migrationEntityName: string
projectName: string
properties:
assessedEntityArmId: string
associatedAssessmentId: string
associatedInventoryResourceId: string
associatedMigrationEntityGroupIds:
- string
associatedWaveId: string
inventoryDisplayName: string
migrationPath: string
migrationSpecificProperties:
currentJobId: string
drApplianceInventoryId: string
instanceType: ServerMigration
migrationTool: string
partnerResourceArmId: string
target: string
targetAzureResourceArmId: string
resourceGroupName: string
MigrationEntity Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The MigrationEntity resource accepts the following input properties:
- Project
Name string - Migrate Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Migration
Entity stringName - Migration Entity ARM name
- Properties
Pulumi.
Azure Native. Migrate. Inputs. Migration Entity Properties - The resource-specific properties for this resource.
- Project
Name string - Migrate Project Name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Migration
Entity stringName - Migration Entity ARM name
- Properties
Migration
Entity Properties Args - The resource-specific properties for this resource.
- project
Name String - Migrate Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- migration
Entity StringName - Migration Entity ARM name
- properties
Migration
Entity Properties - The resource-specific properties for this resource.
- project
Name string - Migrate Project Name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- migration
Entity stringName - Migration Entity ARM name
- properties
Migration
Entity Properties - The resource-specific properties for this resource.
- project_
name str - Migrate Project Name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- migration_
entity_ strname - Migration Entity ARM name
- properties
Migration
Entity Properties Args - The resource-specific properties for this resource.
- project
Name String - Migrate Project Name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- migration
Entity StringName - Migration Entity ARM name
- properties Property Map
- The resource-specific properties for this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the MigrationEntity resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- ETag string
- If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Migrate. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Azure
Api stringVersion - The Azure API version of the resource.
- ETag string
- If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- e
Tag String - If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api stringVersion - The Azure API version of the resource.
- e
Tag string - If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_
api_ strversion - The Azure API version of the resource.
- e_
tag str - If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- e
Tag String - If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
MigrationEntityProperties, MigrationEntityPropertiesArgs
Migration Entity Properties class.- Associated
Inventory stringResource Id - inventory resource id
- Inventory
Display stringName - Display Name of the Workload.
- Assessed
Entity stringArm Id - Assessed Entity ARM Id
- Associated
Assessment stringId - Associated Assessment Id
- Associated
Migration List<string>Entity Group Ids - associated Migration Entity Group Id
- Associated
Wave stringId - associated Wave Id
- Migration
Path string - Migration path
- Migration
Specific Pulumi.Properties Azure Native. Migrate. Inputs. Server Migration Specific Properties - Migration specific properties for the entity.
- Migration
Tool string - Migration Tool of the Migration Entity.
- Partner
Resource stringArm Id - ARM Resource Identifier for the partner resource.
- Target string
- Target of the Migration Entity.
- Target
Azure stringResource Arm Id - target Azure Resource ARM Id.
- Associated
Inventory stringResource Id - inventory resource id
- Inventory
Display stringName - Display Name of the Workload.
- Assessed
Entity stringArm Id - Assessed Entity ARM Id
- Associated
Assessment stringId - Associated Assessment Id
- Associated
Migration []stringEntity Group Ids - associated Migration Entity Group Id
- Associated
Wave stringId - associated Wave Id
- Migration
Path string - Migration path
- Migration
Specific ServerProperties Migration Specific Properties - Migration specific properties for the entity.
- Migration
Tool string - Migration Tool of the Migration Entity.
- Partner
Resource stringArm Id - ARM Resource Identifier for the partner resource.
- Target string
- Target of the Migration Entity.
- Target
Azure stringResource Arm Id - target Azure Resource ARM Id.
- associated
Inventory StringResource Id - inventory resource id
- inventory
Display StringName - Display Name of the Workload.
- assessed
Entity StringArm Id - Assessed Entity ARM Id
- associated
Assessment StringId - Associated Assessment Id
- associated
Migration List<String>Entity Group Ids - associated Migration Entity Group Id
- associated
Wave StringId - associated Wave Id
- migration
Path String - Migration path
- migration
Specific ServerProperties Migration Specific Properties - Migration specific properties for the entity.
- migration
Tool String - Migration Tool of the Migration Entity.
- partner
Resource StringArm Id - ARM Resource Identifier for the partner resource.
- target String
- Target of the Migration Entity.
- target
Azure StringResource Arm Id - target Azure Resource ARM Id.
- associated
Inventory stringResource Id - inventory resource id
- inventory
Display stringName - Display Name of the Workload.
- assessed
Entity stringArm Id - Assessed Entity ARM Id
- associated
Assessment stringId - Associated Assessment Id
- associated
Migration string[]Entity Group Ids - associated Migration Entity Group Id
- associated
Wave stringId - associated Wave Id
- migration
Path string - Migration path
- migration
Specific ServerProperties Migration Specific Properties - Migration specific properties for the entity.
- migration
Tool string - Migration Tool of the Migration Entity.
- partner
Resource stringArm Id - ARM Resource Identifier for the partner resource.
- target string
- Target of the Migration Entity.
- target
Azure stringResource Arm Id - target Azure Resource ARM Id.
- associated_
inventory_ strresource_ id - inventory resource id
- inventory_
display_ strname - Display Name of the Workload.
- assessed_
entity_ strarm_ id - Assessed Entity ARM Id
- associated_
assessment_ strid - Associated Assessment Id
- associated_
migration_ Sequence[str]entity_ group_ ids - associated Migration Entity Group Id
- associated_
wave_ strid - associated Wave Id
- migration_
path str - Migration path
- migration_
specific_ Serverproperties Migration Specific Properties - Migration specific properties for the entity.
- migration_
tool str - Migration Tool of the Migration Entity.
- partner_
resource_ strarm_ id - ARM Resource Identifier for the partner resource.
- target str
- Target of the Migration Entity.
- target_
azure_ strresource_ arm_ id - target Azure Resource ARM Id.
- associated
Inventory StringResource Id - inventory resource id
- inventory
Display StringName - Display Name of the Workload.
- assessed
Entity StringArm Id - Assessed Entity ARM Id
- associated
Assessment StringId - Associated Assessment Id
- associated
Migration List<String>Entity Group Ids - associated Migration Entity Group Id
- associated
Wave StringId - associated Wave Id
- migration
Path String - Migration path
- migration
Specific Property MapProperties - Migration specific properties for the entity.
- migration
Tool String - Migration Tool of the Migration Entity.
- partner
Resource StringArm Id - ARM Resource Identifier for the partner resource.
- target String
- Target of the Migration Entity.
- target
Azure StringResource Arm Id - target Azure Resource ARM Id.
MigrationEntityPropertiesResponse, MigrationEntityPropertiesResponseArgs
Migration Entity Properties class.- Associated
Inventory stringResource Id - inventory resource id
- Execution
Readiness string - Execution Readiness of Migration Entity.
- Execution
Stage string - Execution Stage of Migration Entity.
- Execution
Start stringDate - Execution start date for Migration Entity.
- Execution
Status string - Execution Status of Migration Entity.
- Inventory
Display stringName - Display Name of the Workload.
- Migration
Strategy string - Strategy of Migration Entity.
- Provisioning
State string - The status of the last operation.
- Assessed
Entity stringArm Id - Assessed Entity ARM Id
- Associated
Assessment stringId - Associated Assessment Id
- Associated
Migration List<string>Entity Group Ids - associated Migration Entity Group Id
- Associated
Wave stringId - associated Wave Id
- Migration
Path string - Migration path
- Migration
Specific Pulumi.Properties Azure Native. Migrate. Inputs. Server Migration Specific Properties Response - Migration specific properties for the entity.
- Migration
Tool string - Migration Tool of the Migration Entity.
- Partner
Resource stringArm Id - ARM Resource Identifier for the partner resource.
- Target string
- Target of the Migration Entity.
- Target
Azure stringResource Arm Id - target Azure Resource ARM Id.
- Associated
Inventory stringResource Id - inventory resource id
- Execution
Readiness string - Execution Readiness of Migration Entity.
- Execution
Stage string - Execution Stage of Migration Entity.
- Execution
Start stringDate - Execution start date for Migration Entity.
- Execution
Status string - Execution Status of Migration Entity.
- Inventory
Display stringName - Display Name of the Workload.
- Migration
Strategy string - Strategy of Migration Entity.
- Provisioning
State string - The status of the last operation.
- Assessed
Entity stringArm Id - Assessed Entity ARM Id
- Associated
Assessment stringId - Associated Assessment Id
- Associated
Migration []stringEntity Group Ids - associated Migration Entity Group Id
- Associated
Wave stringId - associated Wave Id
- Migration
Path string - Migration path
- Migration
Specific ServerProperties Migration Specific Properties Response - Migration specific properties for the entity.
- Migration
Tool string - Migration Tool of the Migration Entity.
- Partner
Resource stringArm Id - ARM Resource Identifier for the partner resource.
- Target string
- Target of the Migration Entity.
- Target
Azure stringResource Arm Id - target Azure Resource ARM Id.
- associated
Inventory StringResource Id - inventory resource id
- execution
Readiness String - Execution Readiness of Migration Entity.
- execution
Stage String - Execution Stage of Migration Entity.
- execution
Start StringDate - Execution start date for Migration Entity.
- execution
Status String - Execution Status of Migration Entity.
- inventory
Display StringName - Display Name of the Workload.
- migration
Strategy String - Strategy of Migration Entity.
- provisioning
State String - The status of the last operation.
- assessed
Entity StringArm Id - Assessed Entity ARM Id
- associated
Assessment StringId - Associated Assessment Id
- associated
Migration List<String>Entity Group Ids - associated Migration Entity Group Id
- associated
Wave StringId - associated Wave Id
- migration
Path String - Migration path
- migration
Specific ServerProperties Migration Specific Properties Response - Migration specific properties for the entity.
- migration
Tool String - Migration Tool of the Migration Entity.
- partner
Resource StringArm Id - ARM Resource Identifier for the partner resource.
- target String
- Target of the Migration Entity.
- target
Azure StringResource Arm Id - target Azure Resource ARM Id.
- associated
Inventory stringResource Id - inventory resource id
- execution
Readiness string - Execution Readiness of Migration Entity.
- execution
Stage string - Execution Stage of Migration Entity.
- execution
Start stringDate - Execution start date for Migration Entity.
- execution
Status string - Execution Status of Migration Entity.
- inventory
Display stringName - Display Name of the Workload.
- migration
Strategy string - Strategy of Migration Entity.
- provisioning
State string - The status of the last operation.
- assessed
Entity stringArm Id - Assessed Entity ARM Id
- associated
Assessment stringId - Associated Assessment Id
- associated
Migration string[]Entity Group Ids - associated Migration Entity Group Id
- associated
Wave stringId - associated Wave Id
- migration
Path string - Migration path
- migration
Specific ServerProperties Migration Specific Properties Response - Migration specific properties for the entity.
- migration
Tool string - Migration Tool of the Migration Entity.
- partner
Resource stringArm Id - ARM Resource Identifier for the partner resource.
- target string
- Target of the Migration Entity.
- target
Azure stringResource Arm Id - target Azure Resource ARM Id.
- associated_
inventory_ strresource_ id - inventory resource id
- execution_
readiness str - Execution Readiness of Migration Entity.
- execution_
stage str - Execution Stage of Migration Entity.
- execution_
start_ strdate - Execution start date for Migration Entity.
- execution_
status str - Execution Status of Migration Entity.
- inventory_
display_ strname - Display Name of the Workload.
- migration_
strategy str - Strategy of Migration Entity.
- provisioning_
state str - The status of the last operation.
- assessed_
entity_ strarm_ id - Assessed Entity ARM Id
- associated_
assessment_ strid - Associated Assessment Id
- associated_
migration_ Sequence[str]entity_ group_ ids - associated Migration Entity Group Id
- associated_
wave_ strid - associated Wave Id
- migration_
path str - Migration path
- migration_
specific_ Serverproperties Migration Specific Properties Response - Migration specific properties for the entity.
- migration_
tool str - Migration Tool of the Migration Entity.
- partner_
resource_ strarm_ id - ARM Resource Identifier for the partner resource.
- target str
- Target of the Migration Entity.
- target_
azure_ strresource_ arm_ id - target Azure Resource ARM Id.
- associated
Inventory StringResource Id - inventory resource id
- execution
Readiness String - Execution Readiness of Migration Entity.
- execution
Stage String - Execution Stage of Migration Entity.
- execution
Start StringDate - Execution start date for Migration Entity.
- execution
Status String - Execution Status of Migration Entity.
- inventory
Display StringName - Display Name of the Workload.
- migration
Strategy String - Strategy of Migration Entity.
- provisioning
State String - The status of the last operation.
- assessed
Entity StringArm Id - Assessed Entity ARM Id
- associated
Assessment StringId - Associated Assessment Id
- associated
Migration List<String>Entity Group Ids - associated Migration Entity Group Id
- associated
Wave StringId - associated Wave Id
- migration
Path String - Migration path
- migration
Specific Property MapProperties - Migration specific properties for the entity.
- migration
Tool String - Migration Tool of the Migration Entity.
- partner
Resource StringArm Id - ARM Resource Identifier for the partner resource.
- target String
- Target of the Migration Entity.
- target
Azure StringResource Arm Id - target Azure Resource ARM Id.
ServerMigrationSpecificProperties, ServerMigrationSpecificPropertiesArgs
Represents a Server Migration Specific properties base model.- Current
Job stringId - A type definition that refers the id to an Azure Resource Manager resource.
- Dr
Appliance stringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
- Current
Job stringId - A type definition that refers the id to an Azure Resource Manager resource.
- Dr
Appliance stringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
- current
Job StringId - A type definition that refers the id to an Azure Resource Manager resource.
- dr
Appliance StringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
- current
Job stringId - A type definition that refers the id to an Azure Resource Manager resource.
- dr
Appliance stringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
- current_
job_ strid - A type definition that refers the id to an Azure Resource Manager resource.
- dr_
appliance_ strinventory_ id - A type definition that refers the id to an Azure Resource Manager resource.
- current
Job StringId - A type definition that refers the id to an Azure Resource Manager resource.
- dr
Appliance StringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
ServerMigrationSpecificPropertiesResponse, ServerMigrationSpecificPropertiesResponseArgs
Represents a Server Migration Specific properties base model.- Current
Job stringId - A type definition that refers the id to an Azure Resource Manager resource.
- Dr
Appliance stringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
- Current
Job stringId - A type definition that refers the id to an Azure Resource Manager resource.
- Dr
Appliance stringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
- current
Job StringId - A type definition that refers the id to an Azure Resource Manager resource.
- dr
Appliance StringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
- current
Job stringId - A type definition that refers the id to an Azure Resource Manager resource.
- dr
Appliance stringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
- current_
job_ strid - A type definition that refers the id to an Azure Resource Manager resource.
- dr_
appliance_ strinventory_ id - A type definition that refers the id to an Azure Resource Manager resource.
- current
Job StringId - A type definition that refers the id to an Azure Resource Manager resource.
- dr
Appliance StringInventory Id - A type definition that refers the id to an Azure Resource Manager resource.
SystemDataResponse, SystemDataResponseArgs
Metadata pertaining to creation and last modification of the resource.- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:migrate:MigrationEntity txhtkdqewu /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}/migrationEntities/{migrationEntityName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
