ImageInformation 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.
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
| Name | Description |
|---|---|
| ImageInformation() |
Creates an new ImageInformation instance. |
Properties
| Name | Description |
|---|---|
| ImageType |
Type of the image |
| ImageUrl |
Url of the image |
Methods
| Name | Description |
|---|---|
| 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. |