DiskImagePatch 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.
The source user image virtual hard disk. Only tags may be updated.
public class DiskImagePatch : Azure.ResourceManager.Compute.Models.ComputeResourcePatch, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.DiskImagePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.DiskImagePatch>
type DiskImagePatch = class
inherit ComputeResourcePatch
interface IJsonModel<DiskImagePatch>
interface IPersistableModel<DiskImagePatch>
Public Class DiskImagePatch
Inherits ComputeResourcePatch
Implements IJsonModel(Of DiskImagePatch), IPersistableModel(Of DiskImagePatch)
- Inheritance
- Implements
Constructors
DiskImagePatch() |
Initializes a new instance of DiskImagePatch. |
Properties
HyperVGeneration |
Specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource. |
ProvisioningState |
The provisioning state. |
SourceVirtualMachineId |
Gets or sets Id. |
StorageProfile |
Specifies the storage settings for the virtual machine disks. |
Tags |
Resource tags. (Inherited from ComputeResourcePatch) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ComputeResourcePatch) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET