Share via


ImageInformation Class

Definition

Image for the product

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ImageInformationTypeConverter))]
public class ImageInformation : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IImageInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.ImageInformationTypeConverter))>]
type ImageInformation = class
    interface IImageInformation
    interface IJsonSerializable
Public Class ImageInformation
Implements IImageInformation
Inheritance
ImageInformation
Attributes
Implements

Constructors

ImageInformation()

Creates an new ImageInformation instance.

Properties

ImageType

Type of the image

ImageUrl

Url of the image

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImageInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImageInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IImageInformation.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImageInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to