Compartir a través de


ImageUpdate Class

Definition

Lab services virtual machine image for updates.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.ImageUpdateTypeConverter))]
public class ImageUpdate : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IImageUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.ImageUpdateTypeConverter))>]
type ImageUpdate = class
    interface IImageUpdate
    interface IJsonSerializable
Public Class ImageUpdate
Implements IImageUpdate
Inheritance
ImageUpdate
Attributes
Implements

Constructors

ImageUpdate()

Creates an new ImageUpdate instance.

Properties

EnabledState

Is the image enabled

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IImageUpdate.

FromJsonString(String)

Creates a new instance of ImageUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to