VirtualMachineCaptureResult interface
Output of virtual machine capture operation.
- Extends
Properties
content |
the version of the content NOTE: This property will not be serialized. It can only be populated by the server. |
parameters | parameters of the captured virtual machine NOTE: This property will not be serialized. It can only be populated by the server. |
resources | 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 | the schema of the captured virtual machine NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource Id |
Property Details
contentVersion
the version of the content NOTE: This property will not be serialized. It can only be populated by the server.
contentVersion?: string
Property Value
string
parameters
parameters of the captured virtual machine NOTE: This property will not be serialized. It can only be populated by the server.
parameters?: Record<string, unknown>
Property Value
Record<string, unknown>
resources
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.
resources?: Record<string, unknown>[]
Property Value
Record<string, unknown>[]
schema
the schema of the captured virtual machine NOTE: This property will not be serialized. It can only be populated by the server.
schema?: string
Property Value
string