Package version:

Interface CommunityGallery

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

interface CommunityGallery {
    artifactTags?: {
        [propertyName: string]: string;
    };
    communityMetadata?: CommunityGalleryMetadata;
    disclaimer?: string;
    location?: string;
    name?: string;
    type?: string;
    uniqueId?: string;
}

Hierarchy (view full)

Properties

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

The artifact tags of a community gallery resource.

communityMetadata?: CommunityGalleryMetadata

The metadata of community gallery.

disclaimer?: string

The disclaimer for a community gallery resource.

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.

type?: string

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

uniqueId?: string

The unique id of this community gallery.