VirtualMachineCaptureResult interface

Output of virtual machine capture operation.

Extends

Properties

contentVersion

the version of the content

parameters

parameters of the captured virtual machine

resources

a list of resource items of the captured virtual machine

schema

the schema of the captured virtual machine

Inherited Properties

id

Resource Id

Property Details

contentVersion

the version of the content

contentVersion?: string

Property Value

string

parameters

parameters of the captured virtual machine

parameters?: any

Property Value

any

resources

a list of resource items of the captured virtual machine

resources?: any[]

Property Value

any[]

schema

the schema of the captured virtual machine

schema?: string

Property Value

string

Inherited Property Details

id

Resource Id

id?: string

Property Value

string

Inherited From SubResource.id