Package version:

Interface GalleryApplicationVersionUpdate

Specifies information about the gallery Application Version that you want to update.

interface GalleryApplicationVersionUpdate {
    id?: string;
    name?: string;
    provisioningState?: string;
    publishingProfile?: GalleryApplicationVersionPublishingProfile;
    replicationStatus?: ReplicationStatus;
    safetyProfile?: GalleryApplicationVersionSafetyProfile;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

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.

The publishing profile of a gallery image version.

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.

The safety profile of the Gallery Application Version.

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

Resource tags

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.