Package version:

Interface GalleryInVMAccessControlProfileList

The List Gallery InVMAccessControlProfiles operation response.

interface GalleryInVMAccessControlProfileList {
    nextLink?: string;
    value: GalleryInVMAccessControlProfile[];
}

Properties

Properties

nextLink?: string

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

A list of Gallery InVMAccessControlProfiles.