Package version:

Interface VirtualMachineCaptureResult

Output of virtual machine capture operation.

interface VirtualMachineCaptureResult {
    contentVersion?: string;
    id?: string;
    parameters?: any;
    resources?: any[];
    schema?: string;
}

Hierarchy (view full)

Properties

contentVersion?: string

the version of the content NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource Id

parameters?: any

parameters of the captured virtual machine NOTE: This property will not be serialized. It can only be populated by the server.

resources?: any[]

a list of resource items of the captured virtual machine NOTE: This property will not be serialized. It can only be populated by the server.

schema?: string

the schema of the captured virtual machine NOTE: This property will not be serialized. It can only be populated by the server.