GalleryImageVersionStorageProfile Class

Definition

This is the storage profile of a Gallery Image Version.

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

Constructors

GalleryImageVersionStorageProfile()

Creates an new GalleryImageVersionStorageProfile instance.

Properties

OSDiskImageSizeInMb

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryImageVersionStorageProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryImageVersionStorageProfile.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryImageVersionStorageProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to