Package version:

Interface InfrastructureProfile

Specifies the vmmServer infrastructure specific settings for the virtual machine instance.

interface InfrastructureProfile {
    biosGuid?: string;
    checkpointType?: string;
    checkpoints?: Checkpoint[];
    cloudId?: string;
    generation?: number;
    inventoryItemId?: string;
    lastRestoredVmCheckpoint?: Checkpoint;
    templateId?: string;
    uuid?: string;
    vmName?: string;
    vmmServerId?: string;
}

Properties

biosGuid?: string

Gets or sets the bios guid for the vm.

checkpointType?: string

Type of checkpoint supported for the vm.

checkpoints?: Checkpoint[]

Checkpoints in the vm. NOTE: This property will not be serialized. It can only be populated by the server.

cloudId?: string

ARM Id of the cloud resource to use for deploying the vm.

generation?: number

Gets or sets the generation for the vm.

inventoryItemId?: string

Gets or sets the inventory Item ID for the resource.

lastRestoredVmCheckpoint?: Checkpoint

Last restored checkpoint in the vm. NOTE: This property will not be serialized. It can only be populated by the server.

templateId?: string

ARM Id of the template resource to use for deploying the vm.

uuid?: string

Unique ID of the virtual machine.

vmName?: string

VMName is the name of VM on the SCVmm server.

vmmServerId?: string

ARM Id of the vmmServer resource in which this resource resides.