VirtualMachineCaptureResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Output of virtual machine capture operation.
public class VirtualMachineCaptureResult : Azure.ResourceManager.Compute.Models.ComputeWriteableSubResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineCaptureResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineCaptureResult>
type VirtualMachineCaptureResult = class
inherit ComputeWriteableSubResourceData
interface IJsonModel<VirtualMachineCaptureResult>
interface IPersistableModel<VirtualMachineCaptureResult>
Public Class VirtualMachineCaptureResult
Inherits ComputeWriteableSubResourceData
Implements IJsonModel(Of VirtualMachineCaptureResult), IPersistableModel(Of VirtualMachineCaptureResult)
- Inheritance
- Implements
Constructors
VirtualMachineCaptureResult() |
Initializes a new instance of VirtualMachineCaptureResult. |
Properties
ContentVersion |
the version of the content. |
Id |
Resource Id. (Inherited from ComputeWriteableSubResourceData) |
Parameters |
parameters of the captured virtual machine To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Resources |
a list of resource items of the captured virtual machine To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Schema |
the schema of the captured virtual machine. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeWriteableSubResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET