Package version:

Interface GalleryImageVersion

Specifies information about the gallery image version that you want to create or update.

interface GalleryImageVersion {
    id?: string;
    location: string;
    name?: string;
    provisioningState?: string;
    publishingProfile?: GalleryImageVersionPublishingProfile;
    replicationStatus?: ReplicationStatus;
    restore?: boolean;
    safetyProfile?: GalleryImageVersionSafetyProfile;
    securityProfile?: ImageVersionSecurityProfile;
    storageProfile?: GalleryImageVersionStorageProfile;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
    validationsProfile?: ValidationsProfile;
}

Hierarchy (view full)

Properties

id?: string

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

location: string

Resource location

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.

restore?: boolean

Indicates if this is a soft-delete resource restoration request.

This is the safety profile of the Gallery Image Version.

securityProfile?: ImageVersionSecurityProfile

The security profile of a gallery image version

This is the storage profile of a Gallery Image 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.

validationsProfile?: ValidationsProfile

This is the validations profile of a Gallery Image Version. NOTE: This property will not be serialized. It can only be populated by the server.