Package version:

Interface SharedGallery

Specifies information about the Shared Gallery that you want to create or update.

interface SharedGallery {
    artifactTags?: {
        [propertyName: string]: string;
    };
    location?: string;
    name?: string;
    uniqueId?: string;
}

Hierarchy (view full)

Properties

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

The artifact tags of a shared gallery resource. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

Resource location 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.

uniqueId?: string

The unique id of this shared gallery.