ImageVersionProperties 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.
Details of the ImageVersionProperties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.ImageVersionPropertiesTypeConverter))]
public class ImageVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IImageVersionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.ImageVersionPropertiesTypeConverter))>]
type ImageVersionProperties = class
interface IImageVersionProperties
interface IJsonSerializable
Public Class ImageVersionProperties
Implements IImageVersionProperties
- Inheritance
-
ImageVersionProperties
- Attributes
- Implements
Constructors
ImageVersionProperties() |
Creates an new ImageVersionProperties instance. |
Properties
Version |
Version of the image. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ImageVersionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ImageVersionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IImageVersionProperties. |
FromJsonString(String) |
Creates a new instance of ImageVersionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ImageVersionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |