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?: any
Property Value
any
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?: any[]
Property Value
any[]
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