Package version:

Interface GalleryList

The List Galleries operation response.

interface GalleryList {
    nextLink?: string;
    securityProfile?: ImageVersionSecurityProfile;
    value: Gallery[];
}

Properties

nextLink?: string

The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries.

securityProfile?: ImageVersionSecurityProfile

The security profile of a gallery image version

value: Gallery[]

A list of galleries.