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

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