你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
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. |