GalleryImageVersionProperties Class

Definition

Describes the properties of a gallery image version.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.GalleryImageVersionPropertiesTypeConverter))]
public class GalleryImageVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImageVersionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.GalleryImageVersionPropertiesTypeConverter))>]
type GalleryImageVersionProperties = class
    interface IGalleryImageVersionProperties
    interface IJsonSerializable
Public Class GalleryImageVersionProperties
Implements IGalleryImageVersionProperties
Inheritance
GalleryImageVersionProperties
Attributes
Implements

Constructors

GalleryImageVersionProperties()

Creates an new GalleryImageVersionProperties instance.

Properties

OSDiskImageSizeInMb

This property indicates the size of the VHD to be created.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryImageVersionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryImageVersionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImageVersionProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryImageVersionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to