Share via


GalleryImageVersionPublishingProfile interface

The publishing profile of a gallery image Version.

Extends

Inherited Properties

endOfLifeDate

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

excludeFromLatest

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

replicaCount

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.

replicationMode

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

storageAccountType

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

targetExtendedLocations

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

targetRegions

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

Inherited Property Details

endOfLifeDate

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

endOfLifeDate?: string | Date

Property Value

string | Date

Inherited From GalleryArtifactPublishingProfileBase.endOfLifeDate

excludeFromLatest

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

excludeFromLatest?: boolean

Property Value

boolean

Inherited From GalleryArtifactPublishingProfileBase.excludeFromLatest

replicaCount

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.

replicaCount?: number

Property Value

number

Inherited From GalleryArtifactPublishingProfileBase.replicaCount

replicationMode

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

replicationMode?: "Full" | "Shallow"

Property Value

"Full" | "Shallow"

Inherited From GalleryArtifactPublishingProfileBase.replicationMode

storageAccountType

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

storageAccountType?: "Standard_LRS" | "Premium_LRS" | "Standard_ZRS"

Property Value

"Standard_LRS" | "Premium_LRS" | "Standard_ZRS"

Inherited From GalleryArtifactPublishingProfileBase.storageAccountType

targetExtendedLocations

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

targetExtendedLocations?: GalleryTargetExtendedLocation[]

Property Value

Inherited From GalleryArtifactPublishingProfileBase.targetExtendedLocations

targetRegions

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

targetRegions?: TargetRegion[]

Property Value

Inherited From GalleryArtifactPublishingProfileBase.targetRegions