ListManagementTermListsCreateResponse type
Contient des données de réponse pour l’opération de création.
type ListManagementTermListsCreateResponse = TermList & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TermList }
}