ListManagementImageListsCreateResponse type
Contém dados de resposta para a operação de criação.
type ListManagementImageListsCreateResponse = ImageList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: ImageList }
}