Package version:

Interface GalleryResourceProfileVersionPropertiesBase

The properties of a gallery ResourceProfile version.

interface GalleryResourceProfileVersionPropertiesBase {
    excludeFromLatest?: boolean;
    provisioningState?: string;
    publishedDate?: any;
    replicationStatus?: ReplicationStatus;
    targetLocations?: TargetRegion[];
}

Hierarchy (view full)

Properties

excludeFromLatest?: boolean

If set to true, Virtual Machines deployed from the latest version of the Resource Profile won't use this Profile version.

provisioningState?: string

The provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.

publishedDate?: any

The timestamp for when the Resource Profile Version is published. NOTE: This property will not be serialized. It can only be populated by the server.

replicationStatus?: ReplicationStatus

This is the replication status of the gallery image version. NOTE: This property will not be serialized. It can only be populated by the server.

targetLocations?: TargetRegion[]

The target regions where the Resource Profile version is going to be replicated to. This property is updatable.