ListManagementImageListsCreateResponse type
Berisi data respons untuk operasi pembuatan.
type ListManagementImageListsCreateResponse = ImageList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}