Share via


IGalleryImageVersionStorageProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImageVersionStorageProfileTypeConverter))]
public interface IGalleryImageVersionStorageProfile : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImageVersionStorageProfileTypeConverter))>]
type IGalleryImageVersionStorageProfile = interface
    interface IJsonSerializable
Public Interface IGalleryImageVersionStorageProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DataDiskImage

A list of data disk images.

Id

The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource.

OSDiskImageHostCaching

The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite'

OSDiskImageSizeInGb

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

OSDiskImageSourceId

The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource.

OSDiskImageSourceUri

The uri of the gallery artifact version source. Currently used to specify vhd/blob source.

Uri

The uri of the gallery artifact version source. Currently used to specify vhd/blob source.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to