VirtualMachineInstancePropertiesStorageProfileImageReference 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.
Which Image to use for the virtual machine instance
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.VirtualMachineInstancePropertiesStorageProfileImageReferenceTypeConverter))]
public class VirtualMachineInstancePropertiesStorageProfileImageReference : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileImageReference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.VirtualMachineInstancePropertiesStorageProfileImageReferenceTypeConverter))>]
type VirtualMachineInstancePropertiesStorageProfileImageReference = class
interface IVirtualMachineInstancePropertiesStorageProfileImageReference
interface IJsonSerializable
Public Class VirtualMachineInstancePropertiesStorageProfileImageReference
Implements IVirtualMachineInstancePropertiesStorageProfileImageReference
- Inheritance
-
VirtualMachineInstancePropertiesStorageProfileImageReference
- Attributes
- Implements
Constructors
VirtualMachineInstancePropertiesStorageProfileImageReference() |
Creates an new VirtualMachineInstancePropertiesStorageProfileImageReference instance. |
Properties
Id |
Resource ID of the image |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualMachineInstancePropertiesStorageProfileImageReference. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualMachineInstancePropertiesStorageProfileImageReference. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesStorageProfileImageReference. |
FromJsonString(String) |
Creates a new instance of VirtualMachineInstancePropertiesStorageProfileImageReference, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualMachineInstancePropertiesStorageProfileImageReference into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |