Package version:

Interface GalleryApplicationVersionPublishingProfile

The publishing profile of a gallery image version.

interface GalleryApplicationVersionPublishingProfile {
    advancedSettings?: {
        [propertyName: string]: string;
    };
    customActions?: GalleryApplicationCustomAction[];
    enableHealthCheck?: boolean;
    endOfLifeDate?: any;
    excludeFromLatest?: boolean;
    manageActions?: UserArtifactManage;
    publishedDate?: any;
    replicaCount?: number;
    replicationMode?: string;
    settings?: UserArtifactSettings;
    source: UserArtifactSource;
    storageAccountType?: string;
    targetExtendedLocations?: GalleryTargetExtendedLocation[];
    targetRegions?: TargetRegion[];
}

Hierarchy (view full)

Properties

advancedSettings?: {
    [propertyName: string]: string;
}

Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.

A list of custom actions that can be performed with this Gallery Application Version.

enableHealthCheck?: boolean

Optional. Whether or not this application reports health.

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.

manageActions?: UserArtifactManage
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.

Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set.

The source image from which the Image Version is going to be created.

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.