VirtualMachineCaptureResult Class

Output of virtual machine capture operation.

Constructor

VirtualMachineCaptureResult(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

Resource Id.

schema
str

the schema of the captured virtual machine.

content_version
str

the version of the content.

parameters
any

parameters of the captured virtual machine.

resources

a list of resource items of the captured virtual machine.

Attributes

content_version

the version of the content.

content_version: str | None

parameters

parameters of the captured virtual machine.

parameters: Any | None

resources

a list of resource items of the captured virtual machine.

resources: list[Any] | None

schema

the schema of the captured virtual machine.

schema: str | None