Package version:

Interface GalleryImageVersionPublishingProfile

The publishing profile of a gallery image Version.

interface GalleryImageVersionPublishingProfile {
    endOfLifeDate?: any;
    excludeFromLatest?: boolean;
    publishedDate?: any;
    replicaCount?: number;
    replicationMode?: string;
    storageAccountType?: string;
    targetExtendedLocations?: GalleryTargetExtendedLocation[];
    targetRegions?: TargetRegion[];
}

Hierarchy (view full)

Properties

endOfLifeDate?: any

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

excludeFromLatest?: boolean

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

publishedDate?: any

The timestamp for when the gallery image version is published. NOTE: This property will not be serialized. It can only be populated by the server.

replicaCount?: number

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?: string

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

storageAccountType?: string

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

targetExtendedLocations?: GalleryTargetExtendedLocation[]

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

targetRegions?: TargetRegion[]

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