Package version:

Interface GalleryInVMAccessControlProfileVersionList

The List Gallery InVMAccessControlProfile Versions operation response.

interface GalleryInVMAccessControlProfileVersionList {
    nextLink?: string;
    value: GalleryInVMAccessControlProfileVersion[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of inVMAccessControlProfile versions. Call ListNext() with this to fetch the next page of gallery inVMAccessControlProfile versions.

A list of Gallery InVMAccessControlProfile Versions.