ModelUpdateHierarchicalEntityResponse type
Obsahuje data odpovědi pro operaci updateHierarchicalEntity.
type ModelUpdateHierarchicalEntityResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}