ListManagementTermListsCreateResponse type
Contiene i dati di risposta per l'operazione di creazione.
type ListManagementTermListsCreateResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}