Partager via


ImageUpdateProperties Class

Definition

Properties of an image resource update

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

Constructors

ImageUpdateProperties()

Creates an new ImageUpdateProperties instance.

Properties

EnabledState

Is the image enabled

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to