LabVirtualMachineImagePatch 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.
Lab services virtual machine image for updates.
public class LabVirtualMachineImagePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LabServices.Models.LabVirtualMachineImagePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LabServices.Models.LabVirtualMachineImagePatch>
public class LabVirtualMachineImagePatch
type LabVirtualMachineImagePatch = class
interface IJsonModel<LabVirtualMachineImagePatch>
interface IPersistableModel<LabVirtualMachineImagePatch>
type LabVirtualMachineImagePatch = class
Public Class LabVirtualMachineImagePatch
Implements IJsonModel(Of LabVirtualMachineImagePatch), IPersistableModel(Of LabVirtualMachineImagePatch)
Public Class LabVirtualMachineImagePatch
- Inheritance
-
LabVirtualMachineImagePatch
- Implements
Constructors
LabVirtualMachineImagePatch() |
Initializes a new instance of LabVirtualMachineImagePatch. |
Properties
EnabledState |
Is the image enabled. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LabVirtualMachineImagePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LabVirtualMachineImagePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LabVirtualMachineImagePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LabVirtualMachineImagePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LabVirtualMachineImagePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET