Share via


GalleryImageVersionPublishingProfileOutput 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.

publishedDate

The timestamp for when the gallery image version is published.

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

Property Value

string

Inherited From GalleryArtifactPublishingProfileBaseOutput.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 GalleryArtifactPublishingProfileBaseOutput.excludeFromLatest

publishedDate

The timestamp for when the gallery image version is published.

publishedDate?: string

Property Value

string

Inherited From GalleryArtifactPublishingProfileBaseOutput.publishedDate

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 GalleryArtifactPublishingProfileBaseOutput.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 GalleryArtifactPublishingProfileBaseOutput.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 GalleryArtifactPublishingProfileBaseOutput.storageAccountType

targetExtendedLocations

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

targetExtendedLocations?: GalleryTargetExtendedLocationOutput[]

Property Value

Inherited From GalleryArtifactPublishingProfileBaseOutput.targetExtendedLocations

targetRegions

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

targetRegions?: TargetRegionOutput[]

Property Value

Inherited From GalleryArtifactPublishingProfileBaseOutput.targetRegions