Share via


IGalleryImageVersion Interface

Definition

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

Properties

Id

Resource Id

(Inherited from IResource)
Location

Resource location

(Inherited from IResource)
Name

Resource name

(Inherited from IResource)
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.

PropertiesStorageProfileSourceId

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

ProvisioningState

The provisioning state, which only appears in the response.

PublishingProfileEndOfLifeDate

The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.

PublishingProfileExcludeFromLatest

If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.

PublishingProfilePublishedDate

The timestamp for when the gallery image version is published.

PublishingProfileReplicaCount

The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable.

PublishingProfileReplicationMode

Optional parameter which specifies the mode to be used for replication. This property is not updatable.

PublishingProfileStorageAccountType

Specifies the storage account type to be used to store the image. This property is not updatable.

PublishingProfileTargetExtendedLocation

The target extended locations where the Image Version is going to be replicated to. This property is updatable.

PublishingProfileTargetRegion

The target regions where the Image Version is going to be replicated to. This property is updatable.

ReplicationStatusAggregatedState

This is the aggregated replication status based on all the regional replication status flags.

ReplicationStatusSummary

This is a summary of replication status for each region.

StorageProfileDataDiskImage

A list of data disk images.

Tag

Resource tags

(Inherited from IResource)
Type

Resource type

(Inherited from IResource)
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