GalleryImageVersionStorageProfile 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.
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() |