Package version:

List Extension Types. It contains a list of ExtensionType objects and a URL link to get the next set of results.

interface ExtensionTypesList {
    nextLink?: string;
    value?: ExtensionType[];
}

Properties

Properties

nextLink?: string

URL to get the next set of extension type objects, if any. NOTE: This property will not be serialized. It can only be populated by the server.

value?: ExtensionType[]

List of Extension Types. NOTE: This property will not be serialized. It can only be populated by the server.